Crowdfund: Limit max width of embedded content like video

Closes #2782.
This commit is contained in:
Dennis Reimann
2021-09-27 11:33:11 +02:00
committed by Andrew Camilleri
parent 64901dfc22
commit 1a8a7fc27f

View File

@@ -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;
}