Skip to content

Commit

Permalink
fix youtube embed styles
Browse files Browse the repository at this point in the history
  • Loading branch information
johnymontana committed Jan 28, 2025
1 parent 62a3ab7 commit d2d38f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modus/deepseek-model.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ Distilled models offer similar high reasoning capabilities with fewer
parameters.

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/ICRwZ8ywR9Q"
title="DeepSeek + Modus"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allow="accelerometer; autoplay; clipboard-write;
encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
style={{ aspectRatio: "16 / 9", width: "100%" }}
></iframe>

<Steps>
Expand Down

0 comments on commit d2d38f9

Please sign in to comment.