From: rabuzarus <> Date: Sun, 25 Dec 2016 00:47:18 +0000 (+0100) Subject: Bugfix: fix handling with colorbox popups in frio X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0d76796f30af76ca290dea5accc894a59b40d7b1;p=friendica.git Bugfix: fix handling with colorbox popups in frio --- diff --git a/js/main.js b/js/main.js index b2a4dfe35c..1b7b304a24 100644 --- a/js/main.js +++ b/js/main.js @@ -161,10 +161,12 @@ // fancyboxes $("a.popupbox").colorbox({ 'inline' : true, - 'transition' : 'elastic' + 'transition' : 'elastic', + 'maxWidth' : '100%' }); $("a.ajax-popupbox").colorbox({ - 'transition' : 'elastic' + 'transition' : 'elastic', + 'maxWidth' : '100%' }); /* notifications template */