Don't use preview when image size is unknown (#4113)
This commit is contained in:
parent
852bda3d32
commit
76318f8830
3 changed files with 30 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue