Home Forums WoodMart support forum Instagram photos too large Reply To: Instagram photos too large

#432999

Hello,

Sorry, but we had asked for the Login details to get a better idea of the situation along with their options.

But if you are hesitant enough to share them, then please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

.instagram-picture .wrapp-picture:after, .instagram-picture .wrapp-picture :is(a,img) {
    object-fit: contain ;
    height: 20em ;
}

In this CSS, the object-fit will make the image container to make the Image contained in it and height will then adjust the Image size according to the container. You can change the value of the height property here according to your choice.

Hope this works out for you!

Best Regards