@pisxid12 wrote:
Hi, I need to set a dynamic background image to all the page,
this.image = "../assets/img/background.png" //details.tsRight now I’m ussing only scss to set the background:
.no-scroll .scroll-content{ background: url("../assets/img/background.png") no-repeat center center fixed; overflow: hidden; background-size: cover; }So, I need to change the page background dynamically and also set this background parameters:
no-repeat center center fixed
Posts: 2
Participants: 2