Skip to content

Commit

Permalink
Fixed video width issue
Browse files Browse the repository at this point in the history
  • Loading branch information
osolmaz committed May 14, 2023
1 parent fde4cf0 commit 1833a9a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<a href="https://github.com/ManimCommunity/manim-voiceover/workflows/Build/badge.svg"><img src="https://github.com/ManimCommunity/manim-voiceover/workflows/Build/badge.svg" alt="Github Actions Status"></a>
<a href="https://pypi.org/project/manim_voiceover/"><img src="https://img.shields.io/pypi/v/manim_voiceover.svg?style=flat&logo=pypi" alt="PyPI Latest Release"></a>
<a href="https://pepy.tech/project/manim_voiceover"><img src="https://pepy.tech/badge/manim_voiceover/month?" alt="Downloads"> </a>
<a href="https://manim_voiceover.readthedocs.io/en/latest/?badge=latest"><img src="https://readthedocs.org/projects/manim_voiceover/badge/?version=latest" alt="Documentation Status"></a>
<a href="https://voiceover.manim.community/en/latest"><img src="https://readthedocs.org/projects/manim_voiceover/badge/?version=latest" alt="Documentation Status"></a>
<a href="https://github.com/ManimCommunity/manim-voiceover/blob/main/LICENSE"><img src="https://img.shields.io/github/license/ManimCommunity/manim-voiceover.svg?color=blue" alt="License"></a>
<a href="https://manim.community/discord"><img src="https://dcbadge.vercel.app/api/server/qY23bthHTY?style=flat" alt="Discord"></a>
</p>
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Demo video
----------

.. video:: https://user-images.githubusercontent.com/2453968/198145393-6a1bd709-4441-4821-8541-45d5f5e25be7.mp4
:width: 100%
:width: 100%%

- `Source <https://github.com/ManimCommunity/manim-voiceover/blob/main/examples/voiceover-demo.py>`__

Expand All @@ -24,7 +24,7 @@ The following video was created by `NutronStar45 <https://www.youtube.com/channe
It is a great example that shows how to use the bookmark feature.

.. video:: https://user-images.githubusercontent.com/2453968/201475103-f11fa67e-9046-435d-b140-19f86a547402.mp4
:width: 100%
:width: 100%%

- `Source <https://github.com/ManimCommunity/manim-voiceover/blob/main/examples/approximating-tau.py>`__
- `YouTube <https://www.youtube.com/watch?v=xmHzyafJEec>`__
Expand All @@ -36,7 +36,7 @@ Quadratic formula in Arabic
The following video was created by `Nour-eddine Rahmani <https://www.youtube.com/channel/UCtEnVua0kDLPvOdvwx1YDOQ>`__ and shared generously with the Manim community.

.. video:: https://user-images.githubusercontent.com/2453968/201092084-b8911337-13d0-4adc-994b-04037ee6f051.mp4
:width: 100%
:width: 100%%

- `Source <https://github.com/ManimCommunity/manim-voiceover/blob/main/examples/quadratic-formula-arabic.py>`__
- `YouTube <https://www.youtube.com/watch?v=Sflx0aoFrVg>`__
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Manim Voiceover
A demo:

.. video:: https://user-images.githubusercontent.com/2453968/198145393-6a1bd709-4441-4821-8541-45d5f5e25be7.mp4
:width: 100%
:width: 100%%

.. toctree::
:maxdepth: 2
Expand Down
2 changes: 1 addition & 1 deletion docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ One of the most important features of Manim Voiceover is bookmarks.
Bookmarks allow you to trigger an animation at a specific word in the voiceover.

.. video:: https://user-images.githubusercontent.com/2453968/201714175-ea5e7e46-9b33-40de-a4c1-ecc7bf55e42b.mp4
:width: 100%
:width: 100%%

With bookmarks, you can time your animations much more precisely. See the `bookmark example <https://github.com/ManimCommunity/manim-voiceover/blob/main/examples/bookmark-example.py>`__ and `Approximating Tau <https://github.com/ManimCommunity/manim-voiceover/blob/main/examples/approximating-tau.py>`__ for more examples.

Expand Down

0 comments on commit 1833a9a

Please sign in to comment.