Skip to content

Commit

Permalink
fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Apr 15, 2023
1 parent 697808c commit 741717d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/components/MkMediaList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function calcAspectRatio() {
if (props.mediaList.length !== 1 || !(img.properties.width && img.properties.height)) {
gallery.value.style.aspectRatio = '';
gallery.value.style.minHeight = '64px';
return;
}
Expand Down

0 comments on commit 741717d

Please sign in to comment.