Skip to content

Commit

Permalink
[FIX]: fix video style
Browse files Browse the repository at this point in the history
  • Loading branch information
odoobooks committed Aug 25, 2019
1 parent d23c321 commit ff0ddc4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Access the video at https://www.youtube.com/watch?v=x08JPYRX0x4
.. raw:: html

<div style="text-align: center; margin-bottom: 2em;">
<iframe width="100%" height="380" src="https://www.youtube.com/embed/x08JPYRX0x4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="100%" class="youtube-video" src="https://www.youtube.com/embed/x08JPYRX0x4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>

.. |image0| image:: static/online-customer-approval-and-payment-on-quotation/media/image9.png
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Access the video at https://www.youtube.com/watch?v=hUtlwFkymEo
.. raw:: html

<div style="text-align: center; margin-bottom: 2em;">
<iframe width="100%" height="380" src="https://www.youtube.com/embed/hUtlwFkymEo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="100%" class="youtube-video" src="https://www.youtube.com/embed/hUtlwFkymEo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>

.. |image0| image:: static/online-customer-approval-on-quotation/media/image4.png
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Access the video at https://www.youtube.com/watch?v=PKusW_QuwUU
.. raw:: html

<div style="text-align: center; margin-bottom: 2em;">
<iframe width="100%" height="380" src="https://www.youtube.com/embed/PKusW_QuwUU" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="100%" class="youtube-video" src="https://www.youtube.com/embed/PKusW_QuwUU" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>

.. |image0| image:: static/apply_manual_discount/media/image4.png
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Access the video at https://www.youtube.com/watch?v=tt70LD6Nhs8
.. raw:: html

<div style="text-align: center; margin-bottom: 2em;">
<iframe width="100%" height="380" src="https://www.youtube.com/embed/tt70LD6Nhs8" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="100%" class="youtube-video" src="https://www.youtube.com/embed/tt70LD6Nhs8" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>

.. |image0| image:: static/quick_create_quotation_using_quotation_template/media/image8.png
Expand Down

0 comments on commit ff0ddc4

Please sign in to comment.