1
0

add iframe block

This commit is contained in:
Philip Wagner
2025-12-06 11:07:53 +01:00
parent 0fcf7c91e4
commit 9e0f95905e
3 changed files with 12 additions and 0 deletions

View File

@@ -82,6 +82,8 @@ code { font-family: Kobata !important; font-weight: normal; word-break: break-wo
video { width: 100%; }
.embeded-iframe { border: none; width: 100% }
iframe.iframe { width: 100%; min-height: 600px; border: none }
.siema { position: relative; transition: height .2s }
.siema button { position: absolute; top: 50%; background: #fff; color: var(--blue); border: none; font-size: 1rem; margin: 0; opacity: 0; transition: opacity .5s }
.siema button:hover { cursor: pointer; }

View File

@@ -0,0 +1,9 @@
name: IFrame
icon: url
wysiwyg: true
preview: fields
label: false
fields:
url:
label: URL of Website to embed
type: url

View File

@@ -53,4 +53,5 @@ tabs:
- twitch
- video
- texts
- iframe
settings: fields/block_settings