downshiftorg / prophoto-issues

Public issue tracking for ProPhoto 6
8 stars 8 forks source link

Support CSS Multiple Background Images #227

Open jaredh159 opened 8 years ago

jaredh159 commented 8 years ago

Use CSS3 multiple-background images to allow for combinations and layering of background images without extra non-semantic elements.

lalunecreative commented 7 years ago

I'd have to see what you mean by this one. If it's anything like in previous versions of Prophoto it would be pointless. We only used the extra background areas to basically create what we have now which is the background-cover feature. Back then it was the only way to add that sort of thing, and fake fixed or scrolling background images. That's all built in now, and I can't think of a reason we need this if it's just to add it back in from P4 and P5.

lalunecreative commented 7 years ago

Also, isn't this the same thing? - #244

brianium commented 7 years ago

I think the intent here is to actually support multiple backgrounds per the CSS spec:

https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Background_and_Borders/Using_CSS_multiple_backgrounds

brianium commented 7 years ago

Essentially you could create composite background effects

lalunecreative commented 7 years ago

Oh ok this is definitely cool, I could potentially do some cool stuff with this, it's already sort of like tiles as it is, just not on a smaller scale.

So #244 is probably not needed then. Seems like a waste of time to add that back in from the P4/5 days.