Create a gallery grid with a 100 words description

Hi!

I’ve been trying to create a gallery grid (portrait) but i need the description to support 100 words. Is there any way I can make the current gallery grid portrait do so? If not, how can I create something that looks similar and support 100 words description?

Thank you very much for your help,

Julia

Hi Julia!

I don’t know of a limitation for a image description in galleries but if you encounter one I’d be happy to look into it (just post a link to your site).
But anyway in the meanwhile, what about a workaround?
Try to add a text box with your desired description that will be hidden on load.
Use the “onMouseIn” / “onMouseOut” methods (View properties => Events) to make your text box show( ) when you hover over the grid (onMouseIn) and hide( ) when you hover out (onMouseOut).


Hope it helps!
Best of luck.

Doron. :slight_smile: