| Issue 204: | Feature request | |
| 2 people starred this issue and may be notified of changes. | Back to list |
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
}
}
Apr 15, 2009
Or could you please add a class to that div that is displayed over the image. Then you can just hide it with css.
May 14, 2009
After a while, the version 1.5.0 is now here and fix this issue.
Status:
Fixed
|
Labels: Type-Enhancement