How to hide images?


Author Message
Zn1P

Posted: 2/7/2012
Quote message 

Hi everybody!

I have a page with over 300 images. Is there a way to hide some of them? for example, I open the page, there are 5 images, then I click somewhere and the rest of them appear. You know, <spoiler></spoiler> forum style

I export as a html template.
 
Chazzer

Posted: 2/8/2012
Quote message 

You could use jQuery for that.

Give images you wish to hide initially a common clase e.g.

class ="hidden"

Use jQuery to initially hide those elements, and a jQuery click event to show the elements.


 
mina

Posted: 7/27/2012
Quote message 

well there is that option but not on the forums..