Aug 23, 2019
So, I'm trying to use different images for desktop and mobile for my hero banner. I've successfully duplicated the code and schema but it only reads the sizing for my mobile image size. I do...
I'm using Debut theme and I duplicated the Hero banner image to create a different mobile image. Now I'm running into a problem with the sizing--Desktop image is landscape, Mobile image is portrait. ...
No content to show
User Activity
I also added this to my bgset.liquid file. (not sure if it matters, just trying everything I can think of){%- if image != blank -%}
{% if image.width > 180 %}{{ image | img_url: '180x' }} 180w {{ 180 | divided_by: image.aspect_ratio | round }}h,{...
Hi. I'm trying to implement this in my theme (Debut). The only issue I'm having is on mobile I want a portrait image and on desktop a landscape image. But I can't figure out how to make the mobile image resize to portrait.{%- if section.settings.hero...
Idk how to delete a post but this one had an error in the code. Reposted updated version