Video Player Component
Responsive Video Player Component with Dark Mode
HTML Code
<div class="aspect-w-16 aspect-h-9 bg-gray-900 dark:bg-gray-800 rounded-lg overflow-hidden">
<video controls class="w-full h-full object-cover">
<source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
Related Components
Video Player
Video Player Component with Microinteractions, Complementary Color Scheme, Moderate Complexity, and Responsive Design with Dark Theme Support for Portfolio use.
Video Player Component
A responsive video player component designed for dark mode with an analogous color scheme for content consumption.
Video Player Component
A retro/vintage styled video player component featuring responsive design and dark mode support using Tailwind CSS.