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 🙂
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 !
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 ?
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;
}
}
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.