<div class="slider" id="slider-model-viewer"> <div class="slides"> {% assign posters = ProductVRPosters | split: ',' %} {% for poster in posters %} {% unless forloop.index0 == 0 %} <button class="slide{% if forloop.index0 == 1 %} selected{% endif %}" onclick="switchSrc(this, {{ forloop.index0 }})" style="background-image: url('{{ poster }}');" ></button> {% endunless %} {% endfor %} </div> </div>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter