leeburnett Posted November 29, 2019 Share Posted November 29, 2019 I want to have different sized thumbnail images on my index pages when visitors use a mobile. Ideally the thumbnail images would scale down width and height at the same time as the size scaled down, instead of only scaling horizontally. My website: www.leeburnett.co.uk Thanks Lee Documentary film-maker and photographer Link to comment
tuanphan Posted December 7, 2019 Share Posted December 7, 2019 Add to Home > Design > Custom CSS @media screen and (max-width:900px) { .homepage figure img { width: 100% !important; height: auto !important; left: 0 !important; } .homepage article.index-item.has-item-image { height: 30vh; } } @media screen and (max-width:640px) { .homepage article.index-item.has-item-image { height: 22vh; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.