How can I get reference to the background image
object (or reference to it as a node) in JavaScript?
var backgroundImgObject = document. .... ?
Based on this reference, is it possible to get URL of the background image? Any other ways to get URL?
Thank you!