Jnk (Diskussion | Beiträge) (Video eduroam iOS) Markierung: Ersetzt |
Jnk (Diskussion | Beiträge) |
||
| Zeile 1: | Zeile 1: | ||
== Videoanleitung == | == Videoanleitung == | ||
{{#ev:upb|https://videos.uni-paderborn.de/video/eduroam-einrichtung-ios/a710352aade9114c52c3a8298ba20026}} | {{#ev:upb|https://videos.uni-paderborn.de/video/eduroam-einrichtung-ios/a710352aade9114c52c3a8298ba20026}} | ||
| + | |||
| + | |||
| + | ==iframe== | ||
| + | <div id="iframe_wrapper" style="position: relative; overflow: hidden; width:100%; padding-top:56.25%;"><iframe src="https://videos.uni-paderborn.de/media/embed?key=a710352aade9114c52c3a8298ba20026&width=720&height=405&autoplay=false&controls=true&autolightsoff=false&loop=false&chapters=false&playlist=false&related=false&responsive=true&t=0&loadonclick=true&thumb=true" data-src="https://videos.uni-paderborn.de/media/embed?key=a710352aade9114c52c3a8298ba20026&width=720&height=405&autoplay=false&controls=true&autolightsoff=false&loop=false&chapters=false&playlist=false&related=false&responsive=true&t=0&loadonclick=true" class="" width="100%" height="100%" title="eduroam Einrichtung auf iPhone und iPad" frameborder="0" allowfullscreen="allowfullscreen" allowtransparency="true" scrolling="no" aria-label="media embed code" style="top:0; bottom:0; left:0; right:0; position:absolute;"></iframe></div> | ||
| + | |||
| + | ==iframe-v2== | ||
| + | https://videos.uni-paderborn.de/media/embed?key=a710352aade9114c52c3a8298ba20026&width=720&height=405&autoplay=false&controls=true&autolightsoff=false&loop=false&chapters=false&playlist=false&related=false&responsive=true&t=0&loadonclick=true&thumb=true | ||
| + | |||
| + | ==javasricpt== | ||
| + | <script src="https://videos.uni-paderborn.de/js/mediaEmbed.js.php" defer fetchpriority="high" referrerpolicy="origin-when-cross-origin"></script> | ||
| + | <script type="text/javascript"> | ||
| + | document.addEventListener('VimpMediaEmbedInit', function(e) | ||
| + | { | ||
| + | new VimpMediaEmbed( | ||
| + | '', | ||
| + | 'a710352aade9114c52c3a8298ba20026', | ||
| + | { | ||
| + | autoplay: false, | ||
| + | startTime: 0, | ||
| + | controls: true, | ||
| + | allowDirectDownload: false, // While using HLS streaming, this is disabled automatically | ||
| + | allowPip: false, | ||
| + | allowPlaybackRate: false, | ||
| + | allowFullscreen: true, | ||
| + | responsive: false, | ||
| + | width: '720px', | ||
| + | height: '405px', | ||
| + | loadOnClick: true | ||
| + | } | ||
| + | ); | ||
| + | }); | ||
| + | </script> | ||
Version vom 29. August 2025, 07:44 Uhr
Videoanleitung[Bearbeiten | Quelltext bearbeiten]
iframe[Bearbeiten | Quelltext bearbeiten]
iframe-v2[Bearbeiten | Quelltext bearbeiten]
javasricpt[Bearbeiten | Quelltext bearbeiten]
<script src="https://videos.uni-paderborn.de/js/mediaEmbed.js.php" defer fetchpriority="high" referrerpolicy="origin-when-cross-origin"></script> <script type="text/javascript">
document.addEventListener('VimpMediaEmbedInit', function(e)
{
new VimpMediaEmbed(
,
'a710352aade9114c52c3a8298ba20026',
{
autoplay: false,
startTime: 0,
controls: true,
allowDirectDownload: false, // While using HLS streaming, this is disabled automatically
allowPip: false,
allowPlaybackRate: false,
allowFullscreen: true,
responsive: false,
width: '720px',
height: '405px',
loadOnClick: true
}
);
});
</script>