fix to be responsive

This commit is contained in:
Nebel 2022-02-28 23:57:52 +09:00
parent 58293817f2
commit 8dcb9ec7a4

View file

@ -9,8 +9,9 @@
<iframe <iframe
src="https://www.slideshare.net/slideshow/embed_code/key/GcQ7SzVAQNOpWU" src="https://www.slideshare.net/slideshow/embed_code/key/GcQ7SzVAQNOpWU"
style=" style="
width: 595px; max-width: 595px;
height: 485px; width: 100%;
aspect-ratio: 595 / 485;
border: 0; border: 0;
" "
allow="fullscreen" allow="fullscreen"
@ -23,8 +24,8 @@
<iframe <iframe
src="https://www.youtube-nocookie.com/embed/vrbMKbdV6xY" src="https://www.youtube-nocookie.com/embed/vrbMKbdV6xY"
style=" style="
width: 560px; width: 100%;
height: 315px; aspect-ratio: 560 / 315;
border: 0; border: 0;
" "
allowfullscreen allowfullscreen