diff --git a/src/components/Others/BackgroundImage.vue b/src/components/Others/BackgroundImage.vue index f965b15..19390fb 100644 --- a/src/components/Others/BackgroundImage.vue +++ b/src/components/Others/BackgroundImage.vue @@ -13,11 +13,14 @@ export default { getStyle(){ return { "position": "fixed", + "background-size": "cover", + "background-repeat":"no-repeat", + "background-position":"center center", "left": 0, "right": 0, "z-index": -1, "width":"100%", - "height":"800px", + "height":"100%", "background-image": `url('${PublicMethods.getBackground()}')`, "-webkit-filter": `blur(${this.blur_px}px)`, "-moz-filter": `blur(${this.blur_px}px)`,