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
531 stars 158 forks source link

Add Class and Attribute #181

Open viperaykiri opened 6 years ago

viperaykiri commented 6 years ago
<a href="https://github.com/vvvmax/unitegallery" class="Users" UserID="1">
    <img alt="ABC"
     src="1.jpg"
     data-image="1.jpg"
     data-description="ABC"
     style="display:none">
</a>

class="Users" UserID="1"

Hi, I deleted the class and attribute that I added to the link above. What do I need to do to make sure that it does not get erased?