Skip to content

Commit

Permalink
Removed Slash
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp committed Sep 12, 2022
1 parent fd19e06 commit a9e9891
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion demo/public/build/js/app.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions demo/resources/js/App.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<template>
<video-background
class="video-container"
src="/demo/public/videos/roadster-loop-imperial.mp4"
src="demo/public/videos/roadster-loop-imperial.mp4"
overlay="linear-gradient(0deg, rgba(0, 0, 0, 0.88), rgba(251, 148, 158, 0.22), rgba(251, 148, 158, 0.42))"
:sources="[
{src: '/demo/public/videos/accessories-hero-desktop.mp4', res: 991, autoplay: true},
{src: '/demo/public/videos/power-hero-mobile.mp4', res: 575, autoplay: true, poster: '/demo/public/images/[email protected]'}
{src: 'demo/public/videos/accessories-hero-desktop.mp4', res: 991, autoplay: true},
{src: 'demo/public/videos/power-hero-mobile.mp4', res: 575, autoplay: true, poster: 'demo/public/images/[email protected]'}
]"
>
<div class="d-flex justify-content-center align-items-center h-50 px-2">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
<div id="app"></div>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script type="module" src="/demo/public/build/js/app.js"></script>
<script type="module" src="demo/public/build/js/app.js"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-responsive-video-background-player",
"version": "2.3.0",
"version": "2.3.1",
"description": "Play your own videos in background responsively",
"main": "./dist/vue-responsive-video-background-player.umd.js",
"unpkg": "./dist/vue-responsive-video-background-player.umd.js",
Expand Down

0 comments on commit a9e9891

Please sign in to comment.