From 7274e8460319bdf37b4585f156094c13bc6ef573 Mon Sep 17 00:00:00 2001 From: William Fullmer <william.fullmer@netl.doe.gov> Date: Thu, 26 Sep 2019 14:55:36 -0400 Subject: [PATCH] gallery- remove movie titles and resize embedded display --- docs/webroot/gallery.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/webroot/gallery.html b/docs/webroot/gallery.html index 728411a..e2ac1b3 100644 --- a/docs/webroot/gallery.html +++ b/docs/webroot/gallery.html @@ -70,8 +70,8 @@ END TEMPLATE--> <div class="row 50% uniform"> <div class="4u 12u(small)"> <center> - <iframe src="https://widgets.figshare.com/articles/9905168/embed?show_title=1" - width="250" height="350" allowfullscreen="true" frameborder="0"></iframe> + <iframe src="https://widgets.figshare.com/articles/9905168/embed?show_title=0" + width="250" height="310" allowfullscreen="true" frameborder="0"></iframe> </center> </div> <div class="8u$ 12u(small)"> @@ -118,8 +118,8 @@ END TEMPLATE--> </div> <div class="4u$ 12u(small)"> <center> - <iframe src="https://widgets.figshare.com/articles/9901757/embed?show_title=1" - width="250" height="350" allowfullscreen="true" frameborder="0"></iframe> + <iframe src="https://widgets.figshare.com/articles/9901757/embed?show_title=0" + width="250" height="310" allowfullscreen="true" frameborder="0"></iframe> </center> </div> </div> -- GitLab