I have a slide show. I want to change my slideshow's wrapper class height and width according to the the current images height and width for that I need to get image<> src load using jquery, I tried following to get image src change event but it is not working,
$('.classname img').load(function(){
});