Skip to content

Commit 1fe9152

Browse files
authored
Merge pull request #63 from NETWAYS/bugfix/forced-image-size
fix: explititly set image height to auto
2 parents b950c42 + 1d78dee commit 1fe9152

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/css/item.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ item.less contains styles for the items in a feed
6363
& img {
6464
max-width: 100%;
6565
max-height: 70vH;
66+
height: auto;
6667
float: none;
6768
}
6869

0 commit comments

Comments
 (0)