From 669be2e32b552190620a4f071b2b2d169880dd2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Fern=C3=A1ndez?= Date: Mon, 17 Dec 2018 22:13:27 +0100 Subject: [PATCH] Fix Pleroma compability issue (#829) * Now image and video modals width and height will fallback to "auto" instead of 300x200. Allows proper image visualization in modals when there's no attachment metadata. * Move background-image in gifv modal to the computed property videoStyle fixes #750 --- .../dialog/components/ImageDialog.html | 15 ++++++++++----- .../dialog/components/VideoDialog.html | 8 ++++++-- src/routes/_components/status/Media.html | 4 ++-- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/src/routes/_components/dialog/components/ImageDialog.html b/src/routes/_components/dialog/components/ImageDialog.html index dfc1682..4e29e29 100644 --- a/src/routes/_components/dialog/components/ImageDialog.html +++ b/src/routes/_components/dialog/components/ImageDialog.html @@ -9,9 +9,7 @@