Skip to content
Snippets Groups Projects
Commit 4d54c67d authored by Tae Hoon's avatar Tae Hoon
Browse files

make size of gif image and preview equal

parent 17dc7357
No related branches found
No related tags found
2 merge requests!1028`master` refresh with `develop`,!905Fix gif image zoom bug on hover
......@@ -61,13 +61,17 @@
}
&.contain-fit {
img, video {
img,
video,
canvas {
object-fit: contain;
}
}
&.cover-fit {
img, video {
img,
video,
canvas {
object-fit: cover;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment