kannst Du mir bitte sagen, was muss ich im Code anpassen, damit das Hintergrund Video im Vollbildmodus auf dem Handy abgespielt wird? Das mit Abspielen hat funktioniert, jetzt fehlt mir die passende Anpassung des Videos zu der Bildschirmgröße.
Wie hier gezeigt s. Beispiel 1, aber bezogen auf mein Layout.
https://www.mobirise-tutorials.com/Test ... round.html
Ich nutze Mobirise 5.9.18 und Header5:
HTML:
Code: Alles auswählen
<section class="header5" group="Headers" data-bg-video="{{bg.type == 'video' && bg.value.url}}" mbr-class="{
'mbr-fullscreen': fullScreen,
'mbr-parallax-background': bg.parallax}">
<mbr-parameters>
<!-- Block parameters controls (Blue "Gear" panel) -->
<input type="checkbox" title="Full Screen" name="fullScreen"
checked>
<input type="range" inline title="Top" name="paddingTop" min="0"
max="10" step="1" value="10" condition="fullScreen == false">
<input type="range" inline title="Bottom" name="paddingBottom"
min="0" max="10" step="1" value="4" condition="fullScreen == false">
<input type="checkbox" title="Show Arrow" name="showArrow" checked>
<input type="checkbox" title="Show Title" name="showTitle" checked>
<input type="checkbox" title="Show Subtitle" name="showSubtitle"
checked>
<input type="checkbox" title="Show Text" name="showText" checked>
<input type="checkbox" title="Show Buttons" name="showButtons"
checked>
<fieldset type="background" name="bg" parallax>
<input type="image" title="Background Image"
value="file:///Users/axelinegroup/Library/Application%20Support/Mobirise.com/Mobirise/info_0040foxhommy_002epl/addons/commercem4/components/_images/background14.jpg"
parallax>
<input type="color" title="Background Color" value="#ffffff">
<input type="video" title="Background Video"
value="https://youtu.be/W-6oSR7FfdE" selected>
</fieldset>
<input type="checkbox" title="Overlay" name="overlay"
condition="bg.type !== 'color'" checked>
<input type="color" title="Overlay Color" name="overlayColor"
value="#c1c1c1" condition="overlay && bg.type !== 'color'">
<input type="range" inline title="Opacity" name="overlayOpacity"
min="0" max="1" step="0.1" value="0.5" condition="overlay && bg.type !== 'color'">
<!-- End block parameters -->
CSS:
& when not (@fullScreen) {
padding-top: (@paddingTop * 15px);
padding-bottom: (@paddingBottom * 15px); } & when (@bg-type = 'image') {
background-image: url(@bg-value);
}
& when (@bg-type = 'color') {
background-color: @bg-value;
}
Besten Dank für Deine Rückmeldung.
Viele Grüße
Tom