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

Video youtube modal can't load and play when the gallery is reloaded by ajax. #116

Open supercreator opened 7 years ago

supercreator commented 7 years ago

Video youtube modal can't load and play when the gallery is reloaded. I have the page that have show button and close button. The show button will load the page contained gallery object by ajax, then the close button consist of a jquery remove function, use to remove content and the gallery object. After the first loadind page,it work correctly but when the object is removed by the close button and it is loaded again by the show button, the gallery have the problem. The gallery object is load and show normally but video in modal box can't load and play. it look like the duplicated object name problem. How is the right way to destroy the gallery object. or are there anything wrong?

Thank You