Hi, thanks for great plugin! But I have a little issue with refreshing retinajs on image which has source image changed. In event handler I have tried refresh retinajs this way: ``` slider.bind("slide.onafterswaped", function(e) { retinajs( $(e.target).find('img') ); }); ``` Thanks for help!