Note: If you are reading this for the fist time, you may jump directly to the UPDATE, since it addresses the issue more accurately.
So I got a
We solved this problem using .load inside the .ready jquery call
something like:
jQuery(document).ready(function($){ jQuery('#my_container img').load(function($){ /* SCRIPT */ }); });