Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 42e0c95

Browse files
committed
Merge pull request #1085 from camohub/patch-1
Update README.md
2 parents 191917c + f051b3b commit 42e0c95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ May also be passed an optional options object which will extend the default valu
4646
$(document).ready(function() {
4747
$('.fancybox').fancybox({
4848
padding : 0,
49-
openEffect : 'elastic'
49+
openEffect : 'elastic',
50+
closeBtn: false
5051
});
5152
});
5253
</script>

0 commit comments

Comments
 (0)