I am using lytebox for my image gallery. It works great except when a user hovers on images, there will be texts with html
tags shown on the browser.
ex:
<h1>This is the first image </h1>
<p>The image desc<p>
I need the title
attribute for my image gallery but don't want it to show when the user hovesr the image. Is that possible? Thanks for the help.