We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6fd8e commit a896fcdCopy full SHA for a896fcd
1 file changed
js/lightWeightPopup.js
@@ -21,8 +21,8 @@
21
href : u, //Ajax url
22
width : w, //Container width
23
height : h, //Container height
24
- maxWidth : mw, //Container title
25
- maxHeight : mh, //Container close text/icon
+ maxWidth : mw, //Container max width
+ maxHeight : mh, //Container max height
26
},options);
27
28
console.log(settings);
0 commit comments