i want to use two different photo for mobile and Desktop , i used image banner , but i face this problem in mobile screen, that the image for mobile not showing full
could you please help me to solve it
URL: saintalen.com
i want to use two different photo for mobile and Desktop , i used image banner , but i face this problem in mobile screen, that the image for mobile not showing full
could you please help me to solve it
URL: saintalen.com
Hi @ai41 ,
@media screen and (max-width: 749px) {
.banner--stacked.banner--adapt:not(.banner--mobile-bottom) .banner__content {
position: static; !important
}
.banner--mobile-bottom .banner__media, .banner--stacked:not(.banner--mobile-bottom) .banner__media {
position: static !important;
}
}
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
Hi @ai41
Try this one.
@media only screen and (max-width: 749px){
div#Banner-template--18388846379263__image_banner_eDbLHP .media > img {
object-fit: fill;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi @ai41 ,
The issue you were facing on the mobile screen has been resolved. I provided the code, and now the image appears full on the mobile screen.
it did not work
Hi @ai41
YEAH ITS WORKING , BUT NOT USING YOUR CODE , I FINDOUT WAY , THANK YOU