Header Image Box not shrinking properly on mobile

Posted in: Newspaper
Post count: 2

Hi, I have a problem that the image on my DESKTOP site is perfectly fine, but when shrunk on MOBILE looks really bad. So my question is if it is possible to make the image just show as a tiny version of the original (not cropped) but the whole image, just smaller.
https://photoblog.bg
This is my website. You can check the image on desktop and on mobile.
Thanks!

Post count: 35449

Hi,

If this is what you want to achieve https://www.screencast.com/t/GDiACsqiAQ0
Please paste the below custom css in Newspaper>Theme panel>Custom code>Custom css
@media (max-width: 767px){
.td-art-creek .td-art-creek-banner .td_block_image_box .td-custom-image a {
margin-top: 160px;
width: auto!important;
height: 180px!important;
}
}

Thank you.

Post count: 2

That’s exactly the case! Great support! Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.