Let's say there is an HTML document with something of this nature excluding <html>
and <body>
tags:
<div style="background:url('../img/test.jpg') no-repeat; background-size:cover;">
</div>
Now lets say I didn't really want test.jpg, what I did want was the projection of test.jpg I was getting off the div. Is this possible to do with something like JavaScript? How would someone go about this? I'll need this to be able to be done via a program or script for it to be useful to me. I haven't really tried anything as I don't think it's possible but maybe someone out there knows differently.