Skip to content

Commit

Permalink
Hide video back since not displaying in small screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
javiarrobas committed Nov 7, 2023
1 parent 6e0cf1c commit 8b70a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ <h3 class="header">El Soto de Mónico <br><p><span style="font-size: 11px;"><em>
<section class="hidden-sm hidden-xs">
<div><br></div>
</section>
<section id="video-bg">
<section id="video-bg" class="hidden-sm hidden-xs">
<div id="bgndVideo" class="player"
data-property="{videoURL:'https://youtu.be/sUxC9_slazM?si=BnDyTLFT6aMkh_od',containment:'#video-bg',autoPlay:true, mute:true, showControls:false, startAt:0, stopAt:10, opacity:1, style:'background-position: bottom;'}">
</div>
Expand Down

0 comments on commit 8b70a46

Please sign in to comment.