Before you ask please READ THIS

Problem with Image Insertion

edited December 2012 in Skyfashion Posts: 36
I'm having the same problem with an image inserted into the content area of my About page.
Again, it's showing in incorrect proportions on my iphone screen. Could you explain how you fixed it the first time, so next time it happens, I can take care of this?

Thanks so much!

Comments

  • Hi,
    you need to delete height and width attributes form img tag in html editor.

    For examle if you have:

    <img src="your photo" height="200" width="300" />
    you need to change it to:

    <img src="your photo" />
    Best,
    Miłosz
  • edited December 2012 Posts: 36
    I'm a bit confused with this...
    I went to my host server's file editor and searched "img src= " to locate the tag, but found none.

    Which specific tag would I be targeting? And is this still in layout.css?

    Thanks!
    Post edited by mimishkoumish on
  • Hi,
    You need to edit page text in page panel (or post panel). There is html editor in every page (or post) editor and there you need to edit img tag of image you insert in page text (or page).
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!