Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3197567 + ec4486b commit 21f2073Copy full SHA for 21f2073
src/overlay/overlay.apple.js
@@ -43,7 +43,7 @@
43
conf = this.getConf(),
44
trigger = this.getTrigger(),
45
self = this,
46
- oWidth = overlay.outerWidth({margin:true}),
+ oWidth = overlay.outerWidth({true}),
47
img = overlay.data("img"),
48
position = conf.fixed ? 'fixed' : 'absolute';
49
0 commit comments