Problem with images loaded on the fly
-
Hi,
I guess the solution for my problem is already mentioned in the plugin’s FAQ. I just don’t know how to implement it.
As soon as I active the plugin on my website (blog.alexanderschlosser.de) images on the homepage are not displayed anymore. Problem might be, that they’re loaded on the fly.
The FAQ suggest to add this snippet to the page. However, I’ve just no idea where exactly I need to paste this.
$(‘img’).each(function(){
new RetinaImage(this);
});Thanks in advance!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Problem with images loaded on the fly’ is closed to new replies.