fallback
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user