Skip to content
Snippets Groups Projects
Commit 2aabd8ed authored by lain's avatar lain
Browse files

StillImage: Make it work properly in both firefox and chrome.

parent 63f237d7
Branches
No related tags found
No related merge requests found
......@@ -23,12 +23,21 @@
<style lang="scss">
@import '../../_variables.scss';
.contain-fit {
.still-image {
img {
height: 100%;
}
}
}
.still-image {
position: relative;
line-height: 0;
overflow: hidden;
width: 100%;
height: 100%;
display: flex;
&:hover canvas {
display: none;
......@@ -36,8 +45,8 @@
img {
width: 100%;
height: 100%;
object-fit: contain;
align-self: center;
}
&.animated {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment