master
Waqar Ul Zafar 2023-02-28 01:32:41 +05:00
parent eac033b56c
commit 4b8aebca3e
6 changed files with 8 additions and 5 deletions

View File

@ -88,13 +88,13 @@
color: white !important;
background-color: #e9c046;
border-radius: 10px;
margin-top: 2px;
/*margin-top: 2px;*/
}
.dropdown-item.router-link-exact-active{
color: white !important;
background-color: #e9c046;
border-radius: 10px;
margin-top: 2px;
/*margin-top: 2px;*/
}
.dropdown-item.router-link-exact-active, .dropdown-item.router-link-exact-active svg path{
fill: white;

View File

@ -8,6 +8,7 @@
poster="/images/posters/poster1.png"
src="/video/Forest.mp4"
style=" height: 100vh;"
preload="auto"
>
<home-bar :title="title" v-on:play="playPause" />

View File

@ -5,6 +5,7 @@
<div class="col-12 px-0 mx-0">
<audio ref="audio" src="/sounds/Meadow.aac" loop></audio>
<video-background
preload="auto"
src="/video/Meadow.mp4"
poster="/images/posters/poster1.png"
style=" height: 100vh;"

View File

@ -4,7 +4,7 @@
<div class="row">
<div class="col-12 px-0 mx-0">
<audio ref="audio" src="/sounds/Tropics.aac" loop></audio>
<video-background src="/video/Tropics.mp4" poster="/images/posters/poster1.png" style=" height: 100vh;">
<video-background src="/video/Tropics.mp4" preload="auto" poster="/images/posters/poster1.png" style=" height: 100vh;">
<home-bar v-on:play="playPause" :title="title" />
<div class="container-fluid">
<div class="row justify-content-center">

View File

@ -5,6 +5,7 @@
<div class="col-12 px-0 mx-0">
<audio ref="audio" src="/sounds/Lagoon.aac" loop></audio>
<video-background
preload="auto"
src="/video/bg-video.mp4"
poster="/images/posters/poster1.png"
style=" height: 100vh;"

View File

@ -2,8 +2,8 @@ import axios, {AxiosInstance, AxiosRequestConfig} from "axios";
import {useUserStore} from '@/stores/user';
import {mapState} from 'pinia';
export default defineNuxtPlugin((nuxtApp) => {
// const defaultUrl = "https://admin.mindboost.craveteck.com";
const defaultUrl = "http://localhost:8000";
const defaultUrl = "https://admin.mindboost.craveteck.com";
// const defaultUrl = "http://localhost:8000";
// Access Pinia state