• Good day,

    I just noticed the pictures of the posts on my blog are not resizing on mobile.
    They are sized just fine on my PC or my Mac.
    Being new here I am not sure what file I should modify to have a consistent display across all platforms.
    I have an iPhone 6 plus and a Samsung S4, they have the same issue.

    Here is a link to my blog:
    https://beourgast.com

    Any help would be highly appreciated, thank you in advance.

    Francois

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi Fran?ois !

    Happy new year and congratulations for the new house !

    For the problem you have go to dashboard => appearence => editor and choose style.css file and paste this code in the end and your problem will be solved

    img {
       width:100%;
    }

    Cheers ??

    Thread Starter beourgast

    (@beourgast)

    Thanks for the quick response codeManiac (and happy new year to you too!),

    I tried your fix and the pictures still display the same.
    Any idea what might be interfering?

    hmmm I see that your website is down ? I will check back again when your website is back because it seems am unable to see it right now ??

    Cheers !

    Thread Starter beourgast

    (@beourgast)

    Not sure what happened but it’s back online

    I checked on mobile but not sure if the following is what you want. You don’t like the height of sinle images when seen on mobile ? or you want space between the images of the gallery ?

    Thread Starter beourgast

    (@beourgast)

    Well if you compare what you see on a computer screen and what you see on the a phone screen, all the single pictures in my post (carousel display is ok) are cropped. It looks like the container is resized for mobile but the picture themselves are too large.
    A good example is the first pic of our house, if you look at the description at the bottom, it is chopped off too. It goes the same with the other pictures.

    can you try this and tell me how it goes for you ?

    @media (max-width:767px) {
       .wp-caption {
          text-align:left;
        }
    }
    Thread Starter beourgast

    (@beourgast)

    So it moved the description at the bottom of each picture to the left on mobiles but it still get cropped if the description is too long.
    The pictures are still cropped on mobile instead of resized.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Image won't resize on Mobile’ is closed to new replies.