Zadzwoń do funkcji JavaScript po obciążeniu DIV
document.querySelector('img.my-image').addEventListener('load', function(){
// The image is ready!
});
Splendid Shrew
document.querySelector('img.my-image').addEventListener('load', function(){
// The image is ready!
});