summaryrefslogtreecommitdiff
path: root/js/test.js
diff options
context:
space:
mode:
authorpriyankabhagwat2016-07-26 17:00:21 +0530
committerpriyankabhagwat2016-07-26 17:00:21 +0530
commita497165c9d776cff3abd6a7967d9a9438545184d (patch)
tree13edc74ffce90915404ed21d735d4d4034655d08 /js/test.js
parent0ebea9e4f41eceae89c98bb04c170608b48c70b1 (diff)
downloadFOSSEE_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-xjs/test.js7
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
+ });