diff --git a/css/glowingbear.css b/css/glowingbear.css index ed761eb..223245f 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -336,8 +336,14 @@ li.notification { background: rgba(255,255,255,0.5); } -img.embed { +div.embed * { + max-width: 100%; +} + +/* not for all img embeds so as not to affect the yr plugin (302px) */ +div.embed img.embed { max-height: 300px; + max-width: 100%; } diff --git a/directives/plugin.html b/directives/plugin.html index b3b5651..657692a 100644 --- a/directives/plugin.html +++ b/directives/plugin.html @@ -4,7 +4,7 @@ Hide {{ plugin.name }} -
+