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 add selectors to images? #124

Open emjayweb opened 7 years ago

emjayweb commented 7 years ago

Let's say I have an image like so:

<img alt="Florida" src="images/works/im1s.jpg"
data-image="images/works/im1b.jpg"
data-description="Our trip to Florida" class="state florida" />

The plugin strips away my class tags, so I cannot apply conditional styling. How might I get around this?

wa05 commented 3 years ago

Same problem here.. I'm adding it again on the click events but I'ts not a solution