SfGallery dosen't set width and height.
Here my component, sets default width and height (422x664). Same for thumbs (160x160 default values)
Any suggestion? Thanks
<SfGallery
v-if="productGallery"
:images="productGallery"
:imageWidth="500"
:imageHeight="500"
:thumbWidth="100"
:thumbHeight="100"
enableZoom
/> Any suggestion? Thanks