JSFiddle - React, Tailwind, and code Playground

by Shirly Manor

HTML

<script src="https://product-gallery.cloudinary.com/all.js" type="text/javascript">
</script>  

<div id="my-gallery" style="max-width:80%;margin:auto">
</div>

<script type="text/javascript">  
const myGallery= cloudinary.galleryWidget({
  container: "#my-gallery",
  cloudName: "gimg2",
  mediaAssets: [
    {publicId: "_Test/bwyponcdyrplhuxlyiq4",transformation: { flags:"draco"},
  mediaType: "3d"}
  ]
});
//https://res.cloudinary.com/shirly/image/upload/f_gltf,fl_draco/pg_buffer:1/v1585165497/bwyponcdyrplhuxlyiq4.fbxz
myGallery.render();
</script>