Responsive View of Images in Wordpress Theme

bernd7
9 Posts
bernd7 posted this 10 June 2016

HI:

I have made a wordpress theme that works very well, except when I visit the site on my phone or tablet. The problem persists with pictures/images only. For some reason, the width gets adjusted, but the height remains the same, totall scewing the picture. Can someone please tell me where I can adjust settings to fix this?

Thanks,

Bernd

HI: I have made a wordpress theme that works very well, except when I visit the site on my phone or tablet. The problem persists with pictures/images only. For some reason, the width gets adjusted, but the height remains the same, totall scewing the picture. Can someone please tell me where I can adjust settings to fix this? Thanks, Bernd
Vote to pay developers attention to this features or issue.
4 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 15 June 2016

Hello Bernd,
please follow the article
http://answers.themler.com/articles/6460/how-ro-resize-slider-images-and-text-in-responsive-mode
to adapt images sizes for responsive mode

regards,
Aileen

Hello Bernd, please follow the article http://answers.themler.com/articles/6460/how-ro-resize-slider-images-and-text-in-responsive-mode to adapt images sizes for responsive mode regards, Aileen
mike3000
24 Posts
mike3000 posted this 15 June 2016

try to add this to additional css (from settings)

.bd-container-inner img {
height: auto;
}

try to add this to additional css (from settings) .bd-container-inner img { height: auto; }
bernd7
9 Posts
bernd7 posted this 05 July 2016

Adding the css code to additional css worked!

Thank you so much!

Adding the css code to additional css worked! Thank you so much!
Support Team
Support Team posted this 05 July 2016

You are welcome.
Let us know if you need any other help.

Sincerely,
Hella

You are welcome. Let us know if you need any other help. Sincerely, Hella
You must log in or register to leave comments