diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-06-11 14:27:36 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-06-11 14:27:36 +0300 |
| commit | 14348d8ddf15b3a5366de711daf3acf498fb570a (patch) | |
| tree | 0921e5abf353bee8ba09a4c3071df64274485fbe /src/components | |
| parent | 2b6a6fe7ea31e4e5b77d5ad0ff580f9e29df1849 (diff) | |
fix the contain option
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/gallery/gallery.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/gallery/gallery.vue b/src/components/gallery/gallery.vue index 7abc2161..1ffa7b3c 100644 --- a/src/components/gallery/gallery.vue +++ b/src/components/gallery/gallery.vue @@ -78,6 +78,7 @@ video, canvas { object-fit: contain; + height: 100%; } } |
