I am trying to use Cloudinary Product Gallery in my eCommerce project, but no idea how to implement it.
this Cloudinary Product Gallery: https://cloudinary.com/documentation/product_gallery
I want to implement it in this component.
class FullProduct extends Component {
render() {
return <div id="my-gallery"></div>;
}
}