diff --git a/BTCPayServer/wwwroot/crowdfund/styles/main.css b/BTCPayServer/wwwroot/crowdfund/styles/main.css index 6c7976de2..161776fd2 100644 --- a/BTCPayServer/wwwroot/crowdfund/styles/main.css +++ b/BTCPayServer/wwwroot/crowdfund/styles/main.css @@ -63,7 +63,10 @@ canvas#fireworks { } /* Constrain image width in description */ -div#crowdfund-body-description img { +div#crowdfund-body-description img, +div#crowdfund-body-description embed, +div#crowdfund-body-description object, +div#crowdfund-body-description iframe { max-width: 100% !important; }