Not using media hash subdirs for S3 uploads. Updated video player for S3.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
@pause="$emit('pause')"
|
||||
>
|
||||
<source
|
||||
:src="`/media/${video.path}`"
|
||||
:src="getPath(video)"
|
||||
type="video/mp4"
|
||||
>
|
||||
</video>
|
||||
|
||||
@@ -44,7 +44,7 @@ $breakpoint4: 1500px;
|
||||
--text-contrast: #fff;
|
||||
|
||||
--background: var(--background-light);
|
||||
--background-dim: #fafafa;
|
||||
--background-dim: #f5f5f5;
|
||||
--background-soft: #fdfdfd;
|
||||
|
||||
--profile: #222;
|
||||
|
||||
Reference in New Issue
Block a user