Hi again
I had some time to play around with the template. I managed to get videos from Vimeo to autoplay in an embed block, populated from my collection with a text field. I used this code:
<iframe style="position: absolute; top: 0; z-index: -1;"src="https://player.vimeo.com/video/{dynamic link}?background=1" width="100%" height="100%"frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
Now I still have the problem with getting the link to work. @Ros_Trocyuk can you elaborate on how to achieve the z-index trick? Or if possible, could we just put a href into the embed code? (I couldn’t get this to work)
Please see updated preview:
Link
Also, does someone have a trick if I wan’t to mix images and videos in the thumbnail of the projects?