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">
</div>
<script type="text/javascript">
const myGallery= cloudinary.galleryWidget({
container: "#my-gallery",
cloudName: "moip",
mediaAssets: [{
tag: 'flower',
mediaType: "image",
transformation: {
crop: 'crop',
width: 100,
height: 200
}}]
});
myGallery.render();
</script>