Export to GitHub

nyromodal - issue #204

Feature request


Posted on Mar 27, 2009 by Quick Panda

I am using 1.4.2. When I add title="" in my <a>, the title will show on my image. Can you add a flag to enable/disable the title on the image?

I added on flag and check that flag before add title on image as the following: $.fn.nyroModal.settings = { ... showTitleOnImage: true, // show title on image ... } ... if (currentSettings.type == 'image') { if (currentSettings.showTitleOnImage) { // Adding the title for the image } }

Comment #1

Posted on Mar 28, 2009 by Swift Panda

In my dev version it was already done. I have to check all the new bug report to relase a new version. The setting name will be: addImageDivTitle

Comment #2

Posted on Apr 15, 2009 by Happy Camel

Or could you please add a class to that div that is displayed over the image. Then you can just hide it with css.

Comment #3

Posted on May 14, 2009 by Swift Panda

After a while, the version 1.5.0 is now here and fix this issue.

Status: Fixed

Labels:
Type-Enhancement