Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_build/
destination_dir: docs
keep_files: true
6 changes: 3 additions & 3 deletions docs/source/raycast_sensor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ multiple frame attachment options, and configurable alignment modes.

.. raw:: html

<video height="500" controls style="display: block; margin: 0 auto;">
<video controls style="display: block; margin: 0 auto; max-width: 100%; height: auto;">
<source src="../_static/raycast_demo.mp4" type="video/mp4">
</video>

Expand Down Expand Up @@ -63,7 +63,7 @@ Parallel rays arranged in a 2D grid with fixed spatial resolution.

.. raw:: html

<video width="600" autoplay loop muted playsinline style="display: block; margin: 0 auto;">
<video autoplay loop muted playsinline style="display: block; margin: 0 auto; max-width: 100%; height: auto;">
<source src="../_static/pattern_grid.mp4" type="video/mp4">
</video>

Expand Down Expand Up @@ -93,7 +93,7 @@ LiDAR sensor.

.. raw:: html

<video width="600" autoplay loop muted playsinline style="display: block; margin: 0 auto;">
<video autoplay loop muted playsinline style="display: block; margin: 0 auto; max-width: 100%; height: auto;">
<source src="../_static/pattern_pinhole.mp4" type="video/mp4">
</video>

Expand Down