Hot One Page Template - Mobile Issues SOLVED

More
10 years 8 months ago #38533 by ivan.milic
When you toggle content editor to HTML view make sure width and height are not set likle

<img ... width="620px" height="300px"

or

<img ... style="width:620px;height:300px;"

if you see width and height attributes or as style properties remove them. If you need to set them use percentage values four width and height set to auto like:

<img ... style="width:100%;height:auto;"

if you nee to limit size to let say 620px in width and still keep responsiveness :

<img ... style="max-width:100%;width:620px;height:auto;"
The following user(s) said Thank You: JasonMDay

Please Log in to join the conversation.

  • JasonMDay
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 8 months ago #38615 by JasonMDay
Thanks so much Ivan.milic.

Your advice worked great and I think all of our current problems are solved.
I can't tell you how much I appreciate your help.

You're a life saver. : )

Take care & All the best.
- Jason

Please Log in to join the conversation.

Time to create page: 0.071 seconds
Powered by Kunena Forum