Shopify themes, liquid, logos, and UX
Hi, I have entered two images for desktop and mobile version on the frontpages's banner, for desktop it all worked well, but for mobile the image is cut and I don't know how to make all the image to be displayed ( there is two images for desktop and other two for mobile version, they have different sizes for each version)
In case someone can help me, here is the link: https://shoptarz.com/
Thanks in advance
Hi @LuizaSMC23
You can add 2 slide sections, then add code to hide mobile's section on desktop and vice versa
Add this code to Custom CSS of desktop's section
@media (max-width: 767px) {
.slide { display: none; }
}
Mobile's section
@media (min-width: 768px) {
.slide { display: none; }
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hello! I paste the code but the image is still cut, please see below on the first image how I see on live and on the second image how I see on shopify edit page, the image should be appearing in one piece, I think it would just adjust the height to automatic according to the height of the image but I don't how to code it
How I see on shopify:
Check if your slide has this option
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hello!
I don't have this option, only the option "disable full width", when this option is marked the slide appears with white spaces on both sides for desktop and mobile version for any slide size, just like this:
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025