This commit is contained in:
tamaina 2023-04-15 03:34:11 +00:00
parent 697808c4e0
commit 741717dd49

View file

@ -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;
}