diff options
author | priyankabhagwat | 2016-07-26 17:00:21 +0530 |
---|---|---|
committer | priyankabhagwat | 2016-07-26 17:00:21 +0530 |
commit | a497165c9d776cff3abd6a7967d9a9438545184d (patch) | |
tree | 13edc74ffce90915404ed21d735d4d4034655d08 /js/test.js | |
parent | 0ebea9e4f41eceae89c98bb04c170608b48c70b1 (diff) | |
download | FOSSEE_Stats-a497165c9d776cff3abd6a7967d9a9438545184d.tar.gz FOSSEE_Stats-a497165c9d776cff3abd6a7967d9a9438545184d.tar.bz2 FOSSEE_Stats-a497165c9d776cff3abd6a7967d9a9438545184d.zip |
responsive layout and various changes
Diffstat (limited to 'js/test.js')
-rwxr-xr-x | js/test.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/js/test.js b/js/test.js new file mode 100755 index 0000000..5ad3207 --- /dev/null +++ b/js/test.js @@ -0,0 +1,7 @@ +$('.fancybox').fancybox({ + "autoDimensions": false, + "autoHeight": false, + "maxHeight": 148, + "width" : 280, // set the width + "type" : "iframe" // tell the script to create an iframe + }); |