I try to set with jquery the first product image as a background image in the product page in shopify but i have a problem, when i put this code:
$('body').css('background', '#FFFFFF')
(this is just an example)
The background only appear in the middle of the page, i tried with $('body').parent().css('background', '#FFFFFF')
but the background appear in the header of the page, i've searched in some websites and the solution is the code that i've wrote but i don't know why this not work in my site.
The url of my site is http://pruebakms4.myshopify.com/collections/frontpage/products/porducto-2
So, if someone can help me i appreciate that. Thanks a lot.