We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9edafd1 commit cf2e759Copy full SHA for cf2e759
assets/css/beautifuljekyll.css
@@ -498,8 +498,8 @@ footer .footer-custom-content {
498
filter: grayscale(0%);
499
}
500
.post-preview .post-image img {
501
- height: 100%;
502
- width: 100%;
+ max-height: 100%;
+ max-width: 100%;
503
504
.post-preview .post-image-short {
505
margin-top: -2.1875rem;
@@ -520,8 +520,8 @@ footer .footer-custom-content {
520
display: none;
521
522
.post-preview .post-image-small img {
523
- width: 6.25rem;
524
- height: 6.25rem;
+ max-width: 6.25rem;
+ max-height: 6.25rem;
525
526
@media (max-width: 500px) {
527
.post-preview .post-image {
0 commit comments