kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Don't resize embedded images with explicit dimensions, fixes #470
rodzic
f5441f30bc
commit
0ee767788d
|
@ -56,7 +56,7 @@
|
|||
}
|
||||
|
||||
/* Markdown images */
|
||||
img:not(.emojione) {
|
||||
img:not(.emojione):not([width][height]) {
|
||||
width: 100%;
|
||||
height: 285.188px;
|
||||
object-fit: contain;
|
||||
|
|
Ładowanie…
Reference in New Issue