overlayClose does not work
kovacm opened this issue · 2 comments
kovacm commented
Here is simple page:
<html>
<head>
<link href="js/venobox/venobox.min.css" rel="stylesheet" type="text/css" media="screen" />
<script src="js/venobox/venobox.min.js"></script>
</head>
<body>
test Venobox:
<a class="my-link" data-vbtype="iframe" href="https://example.com/">iFrame</a>
<a class="my-link" href="photo.jpg">image</a>
</body>
<script>
new VenoBox({
selector: ".my-link",
overlayClose: false
});
</script>
</html>
"overlayClose: false" does not have any effect - if you click outside image or iframe, venobox will close.
MasoudSistani commented
any update on this?
nicolafranchini commented
thanks for the note, there was a bug