I have bunch of images that I would like to display using jquery. I have divs and I used jquery to populate the divs based on some node_id criteria. For example, if the node_id
In my script can do this:
$('.team').css({ "width": $(window).width(), "height": "auto" });