From eb4dcce4167444cc856ed904c23d4417365dd0e8 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 30 Nov 2016 15:40:32 -0500 Subject: major rewrite of GIF creation - memory handling much better #398 - moved to Stream based support --- www/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index 7ddc4374..1ff3ce8c 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -1157,6 +1157,14 @@ videogular div.event-time { color: #fff !important; } +.hiddengifcanvas { + width: 0 !important; + height: 0 !important; + position: absolute; + left: -99999px; + top: -99999px; +} + @media (min-width:600px) { .montage-time { display: block !important; -- cgit v1.2.3