Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I was using Dawn 5.0 on my website and just updated to 8.0 When I used 5.0 the image banner would resize when going between mobile and desktop so it always looked the same. Now with 8.0 when I go to mobile the ends of the banner are cut off so you can not see the whole image and looks odd. Is there code to make this resize to fit the screen that is being used? Thank you for any help with this.
Solved! Go to the solution
This is an accepted solution.
Hello @David0761,
Greetings from the Store Watchers Support Team! Happy to help you today.
Go to Online Store -> Actions -> Edit code. Then find theme.liquid.
In your theme.liquid file, please paste the code below before the </head> tag.
{% if template == 'index' %}
<style>
@media only screen and (max-width:768px){
#shopify-section-template--16708665737460__image_banner .banner{
height: 140px!important;
}
#shopify-section-template--16708665737460__image_banner .banner img{
object-fit: contain!important;
height: auto!important;
}
}
</style>
{% endif %}
Let me know if need further assistance
Regards,
Store Watchers Support Team
This is an accepted solution.
Hello @David0761,
Greetings from the Store Watchers Support Team! Happy to help you today.
Go to Online Store -> Actions -> Edit code. Then find theme.liquid.
In your theme.liquid file, please paste the code below before the </head> tag.
{% if template == 'index' %}
<style>
@media only screen and (max-width:768px){
#shopify-section-template--16708665737460__image_banner .banner{
height: 140px!important;
}
#shopify-section-template--16708665737460__image_banner .banner img{
object-fit: contain!important;
height: auto!important;
}
}
</style>
{% endif %}
Let me know if need further assistance
Regards,
Store Watchers Support Team
Worked perfect! Thanks so much for the help.
Hey! I've encountered the same issue but entering the code did not work. Pls help.
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024