File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " w3champions" ,
3
- "version" : " 1.4.1 " ,
3
+ "version" : " 1.4.2 " ,
4
4
"private" : true ,
5
5
"description" : " Always stay up to date with this Launcher for the community Ladder Warcraft 3 Champions." ,
6
6
"author" : " Deespul LLC" ,
Original file line number Diff line number Diff line change 16
16
</div >
17
17
</div >
18
18
<div class =" content-modal-wrapper" >
19
+ <video autoplay muted loop class =" fullscreen-bg__video" >
20
+ <source src =" ~@/assets/images/home/Animated_Background-webm.webm" type =" video/webm" >
21
+ </video >
19
22
<div class =" static-bg" ></div >
20
23
<div class =" content-modal" >
21
24
<router-view />
@@ -207,12 +210,11 @@ a {
207
210
position : fixed ;
208
211
top : 50% ;
209
212
left : 50% ;
210
- min-width : 100% ;
211
- min-height : 100% ;
212
213
z-index : -100 ;
213
214
transform : translateX (-50% ) translateY (-50% );
214
- width : 100% ;
215
- height : 100% ;
215
+ width : 95% ;
216
+ height : 95% ;
217
+ object-fit : fill ;
216
218
}
217
219
218
220
.static-bg {
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ module.exports = defineConfig({
54
54
} ,
55
55
configureWebpack : ( config ) => {
56
56
config . module . rules = [ ...config . module . rules , {
57
- test : / \. ( p n g | j p g | g i f | s v g | x c f | o t f ) $ / i,
57
+ test : / \. ( p n g | j p g | g i f | s v g | x c f | o t f | w e b m ) $ / i,
58
58
loader : 'url-loader' ,
59
59
options : {
60
60
esModule : false ,
You can’t perform that action at this time.
0 commit comments