Dear Louis,
You can try the following:
Create a new ‘public/resources’ folder in the concerning module of the themesource-folder and place the image in there. This should make it available for deployment and worked for me.
Cheers,
Mark
Hi LouisI
I've changed the following lines in the login.html
<div class="loginpage">
<div class="loginpage-left">
<div class="loginpage-image"></div>
<div class="loginpage">
<div class="loginpage-left">
<div class="loginpage-image"></div>
and the following class was added in my css:
.loginpage-image {
background-repeat: no-repeat;
background: left / cover no-repeat url("../../../img/yourbackgroundimage.jpg");
position: relative;
height: 50%;
top: 25%;
I presume you mean the resources folder in the theme folder?