Tagged: background, color section, image background
Hey,
I am trying to accomplish the (very) simple task of having a color section display a background image. For some reason it does not work. I have read all documentation and have found no similar threads cause it should be so basic.
Website: http://laserhoofs.ninja/index.php/crafts/art-direction/
I tried all different settings but no combinations seem to work.
The image is hosted on an Amazon Web Services, but works fine by itself (http://s3-eu-central-1.amazonaws.com/itsoncraft/Team%20Generous%202015/BACKGROUNDS/20150521112027/lighthouse_day-1500×906.jpg)
and also works if I just insert it as an image per se and not as a background. Video backgrounds work for some reason.
Looking at the code, the background-image says invalid property:
background-repeat: no-repeat;
<del datetime="2015-08-19T08:34:57+00:00"> background-image: url(https://s3-eu-central-1.amazonaws.com/itsoncraft/Team Generous 2015/BACKGROUNDS/20150521112027/lighthouse_day-1500x906.jpg);</del>
background-attachment: fixed;
background-position: top left;
}
Hoping for some help with this silly obstacle :)
Thanks
Hey Emilvillumsen!
does it happen when you try to use it as a background-image with a default WordPress theme as well? I think you need to contact amazon about this issue, as other background-images are working fine. I found this by the way:
http://stackoverflow.com/questions/17533888/s3-access-control-allow-origin-header
http://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html
Hope this helps.
Regards,
Andy