My "image info box" is not responsive Please help

Posted in: Newspaper
Post count: 10

Website: https://blognhadat.com.vn
Please check http://prntscr.com/kkpc5z for more detail. Thanks

Post count: 20688

Hi,

That element may not be the best overall for displaying that image. It sets the image as background, this would not be so responsive overall.

I could give you a code to make it display better on phones
https://www.screencast.com/t/cFrXBQnI

@media (max-width: 767px) {
.home .tdm_block_image_info_box .tdm-image-box {
background-size: contain;
background-repeat: no-repeat;
max-height: 200px;
}}

Or maybe experiment with a different image element for a better result. Sorry for the inconvenience.

Thanks

Post count: 10

thanks Simion

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