Hi,
great template we have to questions:
- is there a simple way to include a language selector on the page?
- on the video that can be placed on the index page how can we offer the possibility to the visitor of choosing if they want sound on it or the dont want sound?
this is the code we have at the moment
<div class="video-wrap">
<video poster="images/videos/bike-emotion-tenerife-poster.jpg" preload="auto" loop autoplay muted>
<source src='images/videos/bike-emotion-tenerife.mp4' type='video/mp4' />
<source src='images/videos/bike-emotion-tenerife.webm' type='video/webm' />
</video>
<div class="video-overlay" style="background-color: rgba(0,0,0,0.45);"></div>
</div>Thanks in advance
