Hello there,
This might have been answered before but i tried a few other solutions before coming here and they didn’t really work for me. I want to make different images display on mobile and desktop and to have the option for text to be displayed on mobile or desktop.
currently i have this slideshow :
And i would like to display this on the mobile version
you can ignore those, sliders on the left and right*
I tried to use some guides but many of them were out dated, i made some code changes to my
image-banner.liquid:
Added this to the {% schema %} so i can see it in the section
{
"type": "image_picker",
"id": "mobile_image",
"label": "Banner Image"
},
And then the above to the style and i then duplicated the image portion and both gave them their classes so it can be styled, but after i did all of that i didn't have the effect i wanted, the second image will show in the section but when i added the image it will just cause it all to push to the right side and cause some overflow on the desktop and mobile format.
I used this guide here - [Solved: Different images for mobile than desktop web - Shopify Community](https://community.shopify.com/topic/522935)
And then i tried another one but had no luck - [Show Different Shopify Banner Image on Desktop and Mobile (mojoin.com)](https://www.mojoin.com/show-shopify-banner-image/)
I assume it's because they are outdated or i just put the code completely wrong.
As for the text i mentioned earlier, when shopify gets to mobile version the container shows and it's puts the text in a nice way, i want that text effect to show on mobile but i want the text to be hidden on desktop if that's also possible too.
I have coding experience so feel free to get technical, I'm keen to learning how liquid works so any help to help solve this would be appreciated
Thanks again

