Skip to content

Commit

Permalink
Update widget_basic.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyoungkim2 committed May 13, 2016
1 parent 059fedb commit 5d26680
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions widget_basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Text widget contains **Text Content** which is generated to <p>, <h1> or <h2> ta
* Background Image : Valid
* Backend Ellipsis : Valid

.. 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>
</div>
Expand Down Expand Up @@ -104,6 +106,8 @@ Image widget contains **Image Content** which is generated by css {background} t
* Background Image : Invalid
* Backend Ellipsis : Invalid

.. 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>
</div>
Expand Down

0 comments on commit 5d26680

Please sign in to comment.