I would like the height of the images on my homepage in desktop view to shrink (https://www.thecigarbible.com/en/home). The current height is perfect for my mobile view but too tall for anything above the mobile breakpoint.
Currently I am using the following code to stretch the images on mobile.
Question
thecigarbible
Hello Community,
I would like the height of the images on my homepage in desktop view to shrink (https://www.thecigarbible.com/en/home). The current height is perfect for my mobile view but too tall for anything above the mobile breakpoint.
Currently I am using the following code to stretch the images on mobile.
Link to comment
Top Posters For This Question
8
9
Popular Days
Nov 10
17
Top Posters For This Question
tuanphan 8 posts
thecigarbible 9 posts
Popular Days
Nov 10 2019
17 posts
Popular Posts
tuanphan
Which images?
tuanphan
You can use CSS to resize images ... but it will be ugly. /* Desktop */ @media screen and (min-width:991px) { CSS } /* Tablet */ @media screen and (min-width:641px) and (max-width:990px) {CSS} /*
tuanphan
@media screen and (max-width:640px) { .Main-content { padding-top: 0 !important; } }
Posted Images
16 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment