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>

JavaScript

const myWidget = cloudinary.galleryWidget({
     "mediaAssets": [{
       
        "publicId":"https://res.cloudinary.com/shirly-dam/image/upload/hkfs4wqwbktn8xfgbdhu",
        "mediaType": "3d"
        }],
    "container": "#my-gallery"
});
myWidget.render();