diff --git a/webapp/components/Editor/ContentViewer.vue b/webapp/components/Editor/ContentViewer.vue index 47d07214e..438bbd93f 100644 --- a/webapp/components/Editor/ContentViewer.vue +++ b/webapp/components/Editor/ContentViewer.vue @@ -52,7 +52,7 @@ export default { img { display: block; max-height: 400px; - max-width: 400px; + max-width: 100%; } } diff --git a/webapp/components/Editor/Editor.vue b/webapp/components/Editor/Editor.vue index 078cf26f6..21f792f9f 100644 --- a/webapp/components/Editor/Editor.vue +++ b/webapp/components/Editor/Editor.vue @@ -327,7 +327,7 @@ li > p { img { display: block; max-height: 400px; - max-width: 400px; + max-width: 100%; } } diff --git a/webapp/components/PostTeaser/PostTeaser.vue b/webapp/components/PostTeaser/PostTeaser.vue index a0d680dee..a95c8eaff 100644 --- a/webapp/components/PostTeaser/PostTeaser.vue +++ b/webapp/components/PostTeaser/PostTeaser.vue @@ -48,7 +48,7 @@ -
+