- 6 years ago
- Zaid Bin Khalid
- 6,584 Views
-
12
Why caption disappear after some time? Currently, if the user does not do anything in window caption disappear after some time.
Fancybox3 come up with 3 media types are listed below. To see the all the media examples visit this link.
- Images
- Video
- Iframe
- Inline
- Ajax
How can I block caption to always visible?
Click to see the licenses details of Fancybox3.
FancyBox 3 provide very strong facility to handle caption. By default, caption disappears after 4 seconds. To disable this behavior set idleTime option to false. To see all the default options you can visit the fancybox3 official website Click here to see the all options.
$('.fancybox').fancybox({
idleTime: false
});
You can also control the behavior with HTML attribute. HTML attribute example data-options.
data-options={"idleTime" : "false"}
- 6 years ago
- Zaid Bin Khalid
- 6,584 Views
-
12