allow fullscreen video
This commit is contained in:
parent
690ddf70fe
commit
4ccec0f211
@ -64,7 +64,7 @@ class Main extends Component {
|
||||
<button type="submit" class="btn btn-primary">Odeslat</button>
|
||||
</form>
|
||||
<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>;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user