mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-22 15:35:12 +01:00
Crowdfund: Limit max width of embedded content like video
Closes #2782.
This commit is contained in:
committed by
Andrew Camilleri
parent
64901dfc22
commit
1a8a7fc27f
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user