Product Gallery Widget Example
An example of images and video
by sambrace
HTML
<script type="text/javascript" src="https://product-gallery.cloudinary.com/all.js"></script>
<div class="wrap" id="wrap"></div>
<script>
cloudinary.galleryWidget({
container: '#wrap',
cloudName: 'pickmywoof',
mediaAssets: [{
tag: "swiftfox"
}, {
tag: "swiftfox",
mediaType: "video"
}],
}).render();
</script>