Hello,
On my first home page banner, I would like to diplay a different image on mobile and on pc. here is my shop: https://lapin-calin.fr/
I would like to know how to do it using css please. Thanks
Hello,
On my first home page banner, I would like to diplay a different image on mobile and on pc. here is my shop: https://lapin-calin.fr/
I would like to know how to do it using css please. Thanks
Hello @Mael35 ,
Not possible with standalone css. You need to first edit the code to create a new space for mobile image space and then using media queries we can show different images on mobile and desktop.
Thanks