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 4fc8f58 commit 059fedb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions widget_basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Box widget is a fundamental widget which is generated to <div> tag. Mostly, Box
* Background Image : Valid
* 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/_D5d3eKYFMw" frameborder="0" allowfullscreen></iframe>
</div>

----------


Expand All @@ -46,6 +52,10 @@ Text widget contains **Text Content** which is generated to <p>, <h1> or <h2> ta
* Background Image : Valid
* Backend Ellipsis : Valid

<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 @@ -94,6 +104,10 @@ Image widget contains **Image Content** which is generated by css {background} t
* Background Image : Invalid
* Backend Ellipsis : Invalid

<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 059fedb

Please sign in to comment.