Never mind. Solved it.
1. Within Slideshow.liquid, I un-commented:
<img src="{{ image | img_url: '1024x' }}"
srcset="{{ image | img_url: '1024x' }} 1x, {{ image | img_url: '1024x', scale: 2 }} 2x" alt="{{ image.alt }}">
2. I then replaced 1024 with 2048
3. I then removed the div: <div id="{{ img_wrapper_id }}" class="lazyload__image-wrapper" data-image-id="{{ image.id }}" style="max-width: {{ max_width }}px">
Thanks all!
User | Count |
---|---|
38 | |
24 | |
16 | |
12 | |
10 |