allow fullscreen video

This commit is contained in:
Martin Quarda 2024-02-05 22:31:10 +01:00
parent 690ddf70fe
commit 4ccec0f211

View File

@ -64,7 +64,7 @@ class Main extends Component {
<button type="submit" class="btn btn-primary">Odeslat</button> <button type="submit" class="btn btn-primary">Odeslat</button>
</form> </form>
<div class="container video"> <div class="container video">
<iframe width="100%" height="1000px" src="https://www.youtube.com/embed/-_Uu4rMb3n8?si=3AeWqw319fPrSTse" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> <iframe width="100%" height="1000px" src="https://www.youtube.com/embed/-_Uu4rMb3n8?si=3AeWqw319fPrSTse" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="true"></iframe>
</div> </div>
</div>; </div>;
} }