Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Fix “Zoom to fit” #58

Merged
merged 1 commit into from
Jun 8, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions styles/image-view.less
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@

img {
flex: 1 1 0;
min-width: 0;
margin: 0;

// Alternative: object-fit: contain;
Expand Down