$(window).load(function () { $('.dyn_image').each(function () { $(this).css('background-image', $(this).css('background-image').replace('1x1', $(this).outerWidth() + 'x' + $(this).outerHeight())); }); });