Skip to content

Commit 89ef874

Browse files
committed
Revise video playback
1 parent f05ca2f commit 89ef874

File tree

8 files changed

+32
-446
lines changed

8 files changed

+32
-446
lines changed

docs/developers/plugins/plugins.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Plugins
33
sidebar_position: 1
44
---
55

6-
import ReactPlayer from "react-player";
76
import Tabs from "@theme/Tabs";
87
import TabItem from "@theme/TabItem";
98

@@ -269,8 +268,11 @@ Before attaching the debugger to the Nethermind process, we need to ensure Nethe
269268

270269
Either of the above approaches will ensure Nethermind loads our plugin with the latest changes automatically. The following video demonstrates what the debugging process looks like:
271270

272-
<p align="center">
273-
<ReactPlayer controls url='https://github.com/user-attachments/assets/267904d4-444e-4eac-91c2-bd76c796c6f3' />
271+
<p>
272+
<video disablePictureInPicture controls controlsList="nodownload noremoteplayback" preload="metadata" width="100%">
273+
<source media="(prefers-color-scheme: dark)" src="https://github.com/user-attachments/assets/267904d4-444e-4eac-91c2-bd76c796c6f3" type="video/mp4" />
274+
<source media="(prefers-color-scheme: light)" src="https://github.com/user-attachments/assets/625fabe1-d1cc-4c3d-bd37-1435b096b0f4" type="video/mp4" />
275+
</video>
274276
</p>
275277

276278
### Debugging with Nethermind codebase \{#debug-codebase\}

0 commit comments

Comments
 (0)