Hi, I am using the AT v0.3.0 and framework v2.2.2 I have added the following code to the custom LESS:
.headerimage1 {
.page-header {
background-image: url('../../course/en/assets/176498f4f2d35fac38248b23176696b4f030547c.png');
background-repeat: no-repeat;
background-size: cover; }
}
The course loads perfectly on desktop browsers but for some season the pages with the custom page header images do not load on mobile devices.
Any idea of what I could be doing wrong?