diff --git a/src/styles/_common.scss b/src/styles/_common.scss index 952cfcd11..44df3d6f2 100644 --- a/src/styles/_common.scss +++ b/src/styles/_common.scss @@ -4,9 +4,10 @@ .media-inner { position: relative; - video, - img, - canvas { + video.full-media, + img.full-media, + img.thumbnail, + canvas.thumbnail { width: 100%; height: 100%; display: block; @@ -22,8 +23,6 @@ position: absolute; top: 0; left: 0; - width: 100%; - height: 100%; } .media-loading {