Don't use preview when image size is unknown (#4113)
This commit is contained in:
committed by
Eugen Rochko
parent
852bda3d32
commit
76318f8830
@ -1117,6 +1117,20 @@
|
||||
height: 100%;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
&.image-loader--amorphous {
|
||||
position: static;
|
||||
|
||||
.image-loader__preview-canvas {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.image-loader__img {
|
||||
position: static;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.navigation-bar {
|
||||
|
Reference in New Issue
Block a user