Update HomePageSettings to use file upload for background video: replace text input with FileUpload component, enforce file type and size restrictions, and adjust video source path in the homepage view for proper video display.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<div class="banner__four">
|
||||
{{-- BG video --}}
|
||||
<div class="bg-video">
|
||||
<video autoplay muted loop id="myVideo"><source src="{{ $homeSettings->bg_video }}" type="video/mp4"></video>
|
||||
<video autoplay muted loop id="myVideo"><source src="/storage/{{ $homeSettings->bg_video }}" type="video/mp4"></video>
|
||||
</div>
|
||||
|
||||
{{-- Hero --}}
|
||||
|
||||
Reference in New Issue
Block a user