Closed UIX-Design closed 5 years ago
I think it's caused by not setting the width
and height
style.
You must set the size to fixed or 100%. When you set height: 100%
, you should set all its ancestor element to 100%
too.
@jarvisniu i already set the width and height to 100%
I can open the Gallery, but i can‘t change the images. The Gallery always opens the image on index 0 of my array
@jarvisniu When i run,
nuxt generate
ornuxt build && nuxt start
thevue-zoomer-gallery
is not working. I can open the Gallery, but i can't swipe to switch between my images.How can we solve the problem, so i can use the
vue-zoomer
component?