how to add video in next js for hero componentt
this is my current code and the video is not showing
2 Replies
Try with src="intro.mp4", I'm 99% sure you can't import a video like that
How does it not throw errors though
Try adding a fallback to check if your browser supports the video playback.
Could be that the path to the video is wrong