• Resolved mobileste

    (@mobileste)


    Id like to be able to see the images on my iphone to be the same as they are displayed on my computer. When viewing on my mobile, the images are cropped into a rectangle shape

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m having the same problem and would love to get this fixed. Can’t figure out what’s happening without distorting all images.

    Theme Author Anders Norén

    (@anlino)

    Hi @mobileste and @slnt,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    @media ( max-width: 600px ) {
    
    .posts .post { padding-bottom: 100%; }
    
    }

    Let me know if that does it.

    — Anders

    Thread Starter mobileste

    (@mobileste)

    Hi Anders,

    Thank you so much!

    This worked perfectly!

    Worked for me too. Thanks. Was driving me mad.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Images in Mobile View not square’ is closed to new replies.