Remove overflow hidden / Decreasize size for visibility 39/112639/1
authorJakobKrieg <jakob.krieg@bcmsolutions.de>
Mon, 14 Sep 2020 20:24:31 +0000 (22:24 +0200)
committerJakobKrieg <jakob.krieg@bcmsolutions.de>
Mon, 14 Sep 2020 20:26:35 +0000 (22:26 +0200)
Issue-ID: CCSDK-2744
Change-Id: I6ad2606337514c7bf337f99fbeaf3fb3f2dad6a7
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
docs/usecases/wordpress-cnf-poc.rst

index 729260e..90b92be 100644 (file)
@@ -20,8 +20,8 @@ Presentation of Gerald Karam (2020-09-08)
 .. raw:: html
 
    <!-- original size of video is 1920x1080-->
-   <div style="position: relative; overflow: hidden; max-width: 100%; height: auto;">
-      <iframe width="1366" height="768" src="https://www.youtube.com/embed/mgMpI_irp4I" frameborder="0"
+   <div style="position: relative; max-width: 100%; height: auto;">
+      <iframe width="800" height="450" src="https://www.youtube.com/embed/mgMpI_irp4I" frameborder="0"
       allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
    </div>