diff --git a/webapp/components/Editor/Editor.vue b/webapp/components/Editor/Editor.vue index ca632aa16..73ca5fcde 100644 --- a/webapp/components/Editor/Editor.vue +++ b/webapp/components/Editor/Editor.vue @@ -374,6 +374,14 @@ li > p { height: auto; } +.embed-html { + width: 100%; + + iframe { + width: 100%; + } +} + .embed-overlay { position: absolute; top: 0; diff --git a/webapp/components/Editor/nodes/Embed.js b/webapp/components/Editor/nodes/Embed.js index 3513b6c41..bbac8fad5 100644 --- a/webapp/components/Editor/nodes/Embed.js +++ b/webapp/components/Editor/nodes/Embed.js @@ -6,9 +6,9 @@ import { allowEmbedIframesMutation } from '~/graphql/User.js' const template = ` -
- -
+
+
+

{{embedTitle}}

{{embedDescription}}

{{dataEmbedUrl}} @@ -18,7 +18,7 @@ const template = ` Deine Daten sind noch nicht weitergegeben. Wenn Du die das jetzt ansiehst dann werden auch Daten mit dem Anbieter ({{embedPublisher}}) ausgetauscht!
jetzt ansehen - Abbrechen + Abbrechen