Skip to content

Commit

Permalink
Fix distorted image thumbnails in Chromium browsers
Browse files Browse the repository at this point in the history
Fixes #276
  • Loading branch information
adamwoodnz committed Sep 11, 2024
1 parent 6694d2d commit 5dffd98
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@

img {
width: 100%;
height: 100%;
vertical-align: middle;
}

Expand Down

1 comment on commit 5dffd98

@jasmussen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Please sign in to comment.