aboutsummaryrefslogtreecommitdiff
path: root/src/components/still-image/still-image.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-02-03 22:50:32 +0200
committerHenry Jameson <me@hjkos.com>2022-02-03 22:50:32 +0200
commita9830ff4913a56a3ff097505a4e65bb61117b4d5 (patch)
tree384fbd6518e4dd9bedea77c8c4d219bf19dc4eff /src/components/still-image/still-image.vue
parent9a6363431d8f17cc1ee027eb498181d157fefdb7 (diff)
support width/height img attributes
Diffstat (limited to 'src/components/still-image/still-image.vue')
-rw-r--r--src/components/still-image/still-image.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue
index 0623b42e..cca75fcb 100644
--- a/src/components/still-image/still-image.vue
+++ b/src/components/still-image/still-image.vue
@@ -2,6 +2,7 @@
<div
class="still-image"
:class="{ animated: animated }"
+ :style="style"
>
<canvas
v-if="animated"