Skip to content

Commit a9e9891

Browse files
author
Philipp
committed
Removed Slash
1 parent fd19e06 commit a9e9891

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

demo/public/build/js/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/resources/js/App.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<template>
22
<video-background
33
class="video-container"
4-
src="/demo/public/videos/roadster-loop-imperial.mp4"
4+
src="demo/public/videos/roadster-loop-imperial.mp4"
55
overlay="linear-gradient(0deg, rgba(0, 0, 0, 0.88), rgba(251, 148, 158, 0.22), rgba(251, 148, 158, 0.42))"
66
:sources="[
7-
{src: '/demo/public/videos/accessories-hero-desktop.mp4', res: 991, autoplay: true},
8-
{src: '/demo/public/videos/power-hero-mobile.mp4', res: 575, autoplay: true, poster: '/demo/public/images/[email protected]'}
7+
{src: 'demo/public/videos/accessories-hero-desktop.mp4', res: 991, autoplay: true},
8+
{src: 'demo/public/videos/power-hero-mobile.mp4', res: 575, autoplay: true, poster: 'demo/public/images/[email protected]'}
99
]"
1010
>
1111
<div class="d-flex justify-content-center align-items-center h-50 px-2">

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
<div id="app"></div>
2525
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
2626
<script async defer src="https://buttons.github.io/buttons.js"></script>
27-
<script type="module" src="/demo/public/build/js/app.js"></script>
27+
<script type="module" src="demo/public/build/js/app.js"></script>
2828
</body>
2929
</html>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-responsive-video-background-player",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Play your own videos in background responsively",
55
"main": "./dist/vue-responsive-video-background-player.umd.js",
66
"unpkg": "./dist/vue-responsive-video-background-player.umd.js",

0 commit comments

Comments
 (0)