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: 'demo',
    mediaAssets: [{
      publicId: "DamagedHelmet3D",
      mediaType: "3d",
      transformation: { transformation: [{ overlay: "cloudinary_icon", gravity: "north_east" }]
    },],
  }).render();

</script>