Skip to content

Commit

Permalink
Fix video embed in faq doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzemien97 committed Apr 4, 2024
1 parent 7c499cc commit 588e442
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions docs/leo-rover/documentation/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,20 @@ A lot of patience and persistence will be an asset too :)
In the unboxing video, Szymon shows what you can expect when you finally get the
Leo Rover Developer Kit on your workbench and start digging in the boxes.

<div
className="video-container"
<LiteYouTubeEmbed
id="C_blxqBQr7Q"
params="autoplay=0&autohide=1&showinfo=0&rel=0"
poster="hqdefault"
title="Leo Rover Unboxing and Getting Started"
webp
style={{
width: 600,
height: 'auto',
objectFit: 'contain',
display: 'block',
margin: 'auto',
}}
>
<LiteYouTubeEmbed
id="C_blxqBQr7Q"
params="autoplay=0&autohide=1&showinfo=0&rel=0"
poster="hqdefault"
title="Leo Rover Unboxing and Getting Started"
webp
/>
</div>
}}
/>

### Can I write my own software to the Rover?

Expand Down

0 comments on commit 588e442

Please sign in to comment.