My first time use of this module. I appear to have added a background image correctly, however the css is pointing at:
http://www.mysite.com/sites/default/files/styles/front_bg/public/my_bg_i...
and the file has been stored in:
http://www.mysite.com/sites/default/files/styles/front_bg/public/1600/my...

Obviously this discrepancy is preventing the background image from being displayed

Comments

charlie_davies’s picture

Update: I also noticed that spaces in the file name were being converted into %25%20 in the css rule rather than just %20 so i renamed the file using hyphens instead of spaces and voila the file was saved in the correct folder

drclaw’s picture

So... is this fixed then? Can you reproduce the error by adding changing the filename back to spaces?

drclaw’s picture

Status: Active » Fixed

I think the problem here was related to spaces in the filename. I believe they were getting double url encoded (hence the %25%20). I pushed a change to the dev branch that should handle this more gracefully.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.