If the blog post author left width tags in his/her HTML, still make sure the image shows its original aspect
This commit is contained in:
parent
d96e2b99cb
commit
f77ff68807
|
@ -48,6 +48,7 @@ pre {
|
|||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/*Block ads and junk*/
|
||||
|
|
Loading…
Reference in New Issue