I have a question about vimeo fullscreen size. I using wordpress and i want to do that when i press a link and it shows fullscreen.
for example my code:
<a class="hovermask" data-toggle="modal" data-target="#modal-portfolio-<?php echo str_replace(" ", "-", $field['title']); ?>"><span><?php echo $field['title']; ?></span></a>
AND This is vimeo iframe:
<iframe src="//player.vimeo.com/video/99628364?color=fcfeff" width="100%" height="100%" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
To display a Vimeo video fullscreen add this css to your iframe:
This will make the video occupy the full screen assuming you are using a standard embedded iframe!