joaopereirawd / animatedModal.js

animatedModal.js is a jQuery plugin to create a fullscreen modal with CSS3 transitions. You can use the transitions from animate.css or create your own transitions.
MIT License
962 stars 207 forks source link

Can I have different content for each demo? #66

Open Iaaaaan96 opened 5 years ago

Iaaaaan96 commented 5 years ago

I am trying to make each demo personalized displaying in every demo (say a different image) but when i try to make new instances of the demo, it always opens the same one. Any solution to this? I tried to replace the #demo for $(".portfolio_item").animatedModal(); but its still showing the same demo for all the entries i have.