Skip to content

Commit 6c81557

Browse files
committed
set max width on video element for v6.1.0 release page
1 parent efd9d41 commit 6c81557

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/pages/releases/v6.1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ nav_order: 2
2222

2323
Here is a video showing the new filter creation processes, accessed via a right-click menu on any deviation thumbnail/link.
2424

25-
<video autoplay controls loop muted>
25+
<video style="max-width: 100%;" autoplay controls loop muted>
2626
<source src="https://raw.githubusercontent.com/rthaut/deviantART-Filter/master/videos/create-filter-modal-process.mp4" type="video/mp4" />
2727
<source src="https://raw.githubusercontent.com/rthaut/deviantART-Filter/master/videos/create-filter-modal-process.webm" type="video/webm" />
2828
</video>

0 commit comments

Comments
 (0)