vvvmax / unitegallery

Unite Gallery - Responsive jQuery Image and Video Gallery Plugin. Aim to be the best gallery on the web on it's kind. See demo here:
http://unitegallery.net
MIT License
530 stars 158 forks source link

How to stop video on close of Modal box button #92

Open maheshparadkar opened 8 years ago

maheshparadkar commented 8 years ago

I am using unite gallery in modal pop up and i want to stop that video on modal close button. can you help me

vvvmax commented 8 years ago

Hi. I can add "stopVideo()" function to API if you want. Please show me the gallery on your website and I'll try to help you.

btw, why you are not using the video without the gallery in that case?

On Thu, Jul 14, 2016 at 9:31 AM, maheshparadkar notifications@github.com wrote:

I am using unite gallery in modal pop up and i want to stop that video on modal close button. can you help me

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vvvmax/unitegallery/issues/92, or mute the thread https://github.com/notifications/unsubscribe/AC_K_t1uKlzT5s2RdIw_zvx2Netc6-JSks5qVdfVgaJpZM4JMH5B .

maheshparadkar commented 8 years ago

I want responsive popup gallery and unite gallery give good solution for me any way thanks i got solution its easy

$('#interactive-3d').on('hidden.bs.modal', function () { $('#printer-gallery video').each(function () {
this.pause(); }); });

vvvmax commented 8 years ago

ok. so if you want you can show me the gallery of yours and what you want from me to do, and I check if I can acomplish it.

On Wed, Jul 20, 2016 at 10:07 AM, maheshparadkar notifications@github.com wrote:

I want responsive popup gallery and unite gallery give good solution for me

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/vvvmax/unitegallery/issues/92#issuecomment-233860782, or mute the thread https://github.com/notifications/unsubscribe-auth/AC_K_sZlYOTtcbJ1txWM3Gye_NUlXonnks5qXclFgaJpZM4JMH5B .