drewjbartlett / vue-flickity

A Vue Slider / Carousel Component for Flickity.js
http://drewjbartlett.com/demos/vue-flickity/
374 stars 55 forks source link

Open a fullscreen container with the image and comments #55

Open fusionsquare opened 5 years ago

fusionsquare commented 5 years ago

Hi all,

thanks for you work, it works very well.

I want to create a gallery like facebook.

Slider with images that can be scrolled. If i click on the image, i want to open the image in a fullscreen div container with the comments from it. But there are two problems at the moment:

  1. The div within the slider cell can't break out. I tried a lot, but it doesn't work. How can i do this?
  2. How can i prevent, that the click don't triggered at the scrolling? On desktop the @click event will be fired at the scrolling.

Hope you guys can help.

Thanks!

hedihadi commented 1 year ago

i'm not an expert to help you with this, but i believe you should create your own modal to have full control over it