Skip to content

Commit

Permalink
youtube
Browse files Browse the repository at this point in the history
  • Loading branch information
seungmi committed Sep 24, 2019
1 parent c423d26 commit 6ab7b30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 007_01_widget_basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Box widget is a fundamental widget which is generated to :code:`<div>` tag. Most
* Background Image : Valid
* Backend Ellipsis : Invalid

.. code:: html
.. raw:: html

<div style="position: relative; height: 0; overflow: hidden; max-width: 100%; height: auto;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/_D5d3eKYFMw" frameborder="0" allowfullscreen></iframe>
Expand Down Expand Up @@ -49,7 +49,7 @@ Text widget contains **Text Content** which is generated to :code:`<p>`, :code:`
* Background Image : Valid
* Backend Ellipsis : Valid

.. code:: html
.. raw:: html

<div style="position: relative; height: 0; overflow: hidden; max-width: 100%; height: auto;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/zhllW9hdtm4" frameborder="0" allowfullscreen></iframe>
Expand Down Expand Up @@ -104,7 +104,7 @@ Image widget contains **Image Content** which is generated by css :code:`{backgr
* Background Image : Invalid
* Backend Ellipsis : Invalid

.. code:: html
.. raw:: html

<div style="position: relative; height: 0; overflow: hidden; max-width: 100%; height: auto;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/RHax9vtH91I" frameborder="0" allowfullscreen></iframe>
Expand All @@ -131,7 +131,7 @@ Cell widget contains **Text Content** , aligned Vertical-Center automatically. (
* Background Image : Valid
* Backend Ellipsis : Valid

.. code:: html
.. raw:: html

<div style="position: relative; height: 0; overflow: hidden; max-width: 100%; height: auto;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/l4XBFTpfmSM" frameborder="0" allowfullscreen></iframe>
Expand Down

0 comments on commit 6ab7b30

Please sign in to comment.