Our banner artwork appears fine on our site when viewing on a computer screen, but the mobile view does not resize the banner and cuts off the bulk the image versus resizing for the mobil platform. Any tips on why this is happening, and how resolve it? We've found that the majority of site visitors use mobile, and don't want to reduce the impact of the image.
Remove your code & use this code
@media screen and (max-width: 767px) {
.homepage #page section:first-child {
min-height: unset;
height: 30vh;
}
}
This is a
Question
TheIDBootCamp 1
Hello,
Our banner artwork appears fine on our site when viewing on a computer screen, but the mobile view does not resize the banner and cuts off the bulk the image versus resizing for the mobil platform. Any tips on why this is happening, and how resolve it? We've found that the majority of site visitors use mobile, and don't want to reduce the impact of the image.
Thanks in advance.
Link to post
Top Posters For This Question
153
5
5
5
Popular Days
Jun 3
10
Dec 21
7
Feb 9
7
Sep 13
7
Top Posters For This Question
tuanphan 153 posts
SouthernSunEvents 5 posts
VoodooDesign 5 posts
Time24go 5 posts
Popular Days
Jun 3 2020
10 posts
Dec 21 2020
7 posts
Feb 9 2021
7 posts
Sep 13 2020
7 posts
Popular Posts
tuanphan
Add to Home > Design > Custom CSS @media screen and (max-width:767px) { [data-section-id="5e5c9aff118337590dcf052e"] { min-height: 40vh !important; } }
tuanphan
Remove your code & use this code @media screen and (max-width: 767px) { .homepage #page section:first-child { min-height: unset; height: 30vh; } } This is a
tuanphan
@media screen and (max-width:640px) { [data-section-id="5e5d461757cae6512002d1c0"] .section-background img { width: 100% !important; height: auto !important; } }
Posted Images
404 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