Update (post): Fix image fluidity for image block rendered outputs
This commit is contained in:
@@ -41,3 +41,14 @@ @keyframes lqipFade {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
figure.image > img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
footer.image-caption {
|
||||
font-size: 0.875em;
|
||||
text-align: center;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user