Skip to content

Commit

Permalink
Update flutter_widget_element.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall authored Nov 1, 2023
1 parent e08ef15 commit aaf8293
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ elements, and using positioning to place them in specific locations.

For instance, to ensure the video player always remains visible on the screen, you can use `position: fixed`.

<video src="/videos/video_player.mov" controls style={{width: "300px", margin: '0 auto', display: 'block'}} />
<video src="/videos/float_video.mov" controls style={{width: "300px", margin: '0 auto', display: 'block'}} />

```vue
Expand Down

0 comments on commit aaf8293

Please sign in to comment.