woz716 Posted September 9, 2022 Share Posted September 9, 2022 Site URL: https://www.jasonwoz.com/ Is it possible to change the aspect ratio of images on the mobile version of the York template index page? Can this be done with css? The current aspect ratio on mobile is too tall. I'd like it to be similar to desktop or a 3:4 ration. Can anyone help? Link to comment
Solution tuanphan Posted September 19, 2022 Solution Share Posted September 19, 2022 Try adding this to Design > Custom CSS > Then save & reload the site @media screen and (max-width:640px) { .index-item-height-medium:not(.index-item-width-grid) .index-item { height: 30vh !important; } } 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
makesimplebeautiful Posted May 14 Share Posted May 14 @woz716 Thanks for opening this topic. I was having the exact same issue with my site. @tuanphan Thanks for your suggestion, it worked! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment