From 74a25f602170582eea25be8a8aa8df0c76b257c6 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 6 Jan 2015 17:07:29 -0500 Subject: [PATCH] Nextgen video template --- nggallery/gallery-glmvideos.php | 74 +++++++++++++++++++++++++++++++++ scss/_structure.scss | 4 +- 2 files changed, 77 insertions(+), 1 deletion(-) create mode 100644 nggallery/gallery-glmvideos.php diff --git a/nggallery/gallery-glmvideos.php b/nggallery/gallery-glmvideos.php new file mode 100644 index 0000000..2803508 --- /dev/null +++ b/nggallery/gallery-glmvideos.php @@ -0,0 +1,74 @@ + + If you would like to show the timestamp of the image ,you can use +**/ +?> + + + + diff --git a/scss/_structure.scss b/scss/_structure.scss index 5c8f728..a7fc12a 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -635,6 +635,7 @@ div.qbutton:hover { float: right; } +/* Footer & Copyright business */ .vcard { width: 100%; background-color: rgba(255,255,255,0.6) @@ -663,7 +664,8 @@ footer span.bullet, display: none; } } - +/* End Footer & Copyright Business */ + /* for the mobile menu */ aside.left-off-canvas-menu { background: transparent; -- 2.17.1