Browse Source

bg

fatnigger
gsd 2 years ago
parent
commit
b5398aded0
  1. 5
      src/components/Others/BackgroundImage.vue

5
src/components/Others/BackgroundImage.vue

@ -13,11 +13,14 @@ export default {
getStyle(){ getStyle(){
return { return {
"position": "fixed", "position": "fixed",
"background-size": "cover",
"background-repeat":"no-repeat",
"background-position":"center center",
"left": 0, "left": 0,
"right": 0, "right": 0,
"z-index": -1, "z-index": -1,
"width":"100%", "width":"100%",
"height":"800px", "height":"100%",
"background-image": `url('${PublicMethods.getBackground()}')`, "background-image": `url('${PublicMethods.getBackground()}')`,
"-webkit-filter": `blur(${this.blur_px}px)`, "-webkit-filter": `blur(${this.blur_px}px)`,
"-moz-filter": `blur(${this.blur_px}px)`, "-moz-filter": `blur(${this.blur_px}px)`,

Loading…
Cancel
Save