Just beginning to dip my toes into the world of JavaScript.
This is where I'm at with my code:
$("#Stage").css(
"background-image",
"url(BG.jpg)",
"background-attachment",
"fixed"
);
I'm aiming to adjust the background image dimensions to a specific size, something like: width: 100%
and height: 100%
.