Compare commits
No commits in common. "849311b0e84f18edd7de2016cbf0efecf8301535" and "073168d4ef664fedcd6023fbdd6b68360c13df81" have entirely different histories.
849311b0e8
...
073168d4ef
24
README.md
24
README.md
@ -1,25 +1,3 @@
|
|||||||
# openlp-html
|
# openlp-html
|
||||||
|
|
||||||
Anzeigen von html-Seiten mit dem Beamer-Programm OpenLP
|
Anzeigen von html-Seiten mit dem Beamer-Programm OpenLP
|
||||||
|
|
||||||
## Formatvorlage anlegen
|
|
||||||
|
|
||||||
In OpenLP `Einstellungen` -> `Konfiguriere Formatvorlagen` -> `neu`
|
|
||||||
|
|
||||||
- Beschreibung: `web`
|
|
||||||
- Tag: `web`
|
|
||||||
- Anfangs HTML: `<iframe src="`
|
|
||||||
- End HTML: `" height="1200px" width="1920px">This content cannot be displayed</iframe>`
|
|
||||||
|
|
||||||
> Die Höhe und Breite des iFrames sind entsprechend anzupassen
|
|
||||||
|
|
||||||
## Sonderfolie anlegen
|
|
||||||
|
|
||||||
Neue Sonderfolie mit folgendem Inhalt anlegen:
|
|
||||||
|
|
||||||
`{web}http://localhost/openlp/index.html{/web}`
|
|
||||||
|
|
||||||
Wenn eine lokale Datei verwendet wird:
|
|
||||||
|
|
||||||
`{web}file:///pfad/zur/datei/index.html{/web}`
|
|
||||||
|
|
@ -6,7 +6,7 @@ parameter = {
|
|||||||
"zusatz": "Johannes 3, 16",
|
"zusatz": "Johannes 3, 16",
|
||||||
// Countdown Ende
|
// Countdown Ende
|
||||||
"stunde": 10,
|
"stunde": 10,
|
||||||
"minute": 00,
|
"minute": 0,
|
||||||
// Hintergrundbild
|
// Hintergrundbild
|
||||||
"hintergrund": "https://images.unsplash.com/photo-1495195129352-aeb325a55b65?ixlib=rb-1.2.1&auto=format&fit=zoom&w=1024&q=80"
|
"hintergrund": "https://images.unsplash.com/photo-1495195129352-aeb325a55b65?ixlib=rb-1.2.1&auto=format&fit=zoom&w=1024&q=80"
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user