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 fdf7341 commit 4fc8f58
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions widget_basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,6 @@ Cell

Cell widget contains **Text Content** , aligned Vertical-Center automatically. (PX unit only)

.. raw:: html

<div style="position: relative; padding-bottom: 56.25%; 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>
</div>



**Property**

* Child : Invalid
Expand All @@ -123,6 +115,12 @@ Cell widget contains **Text Content** , aligned Vertical-Center automatically. (
* 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/l4XBFTpfmSM" frameborder="0" allowfullscreen></iframe>
</div>

----------


Expand All @@ -136,12 +134,6 @@ Icon Button

Icon Button widget contains **Text Content** and **Image**, aligned Vertical-Center automatically.

.. raw:: html

<div style="position: relative; padding-bottom: 56.25%; 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>
</div>


**Property**

Expand Down

0 comments on commit 4fc8f58

Please sign in to comment.