alchemy
9/13/2017 - 12:40 PM

Responsive Image (2 states)

<div class="slider" style="text-align: center;">
    <a href="#">
        <picture>
        <!---Full Width Banner--->
            <source media="(min-width: 650px)" srcset="INSERT-IMAGE">
            <!---Mobile Width Banner--->
              <img src="INSERT-IMAGE" alt="Image" style="width:auto;">
        </picture>
    </a>
</div>