Problem when JavaScript is disabled
-
When disabling JavaScript, every picture gets an extra empty space above it ??
The reason seems to be that the plugin puts the original picture to a
<noscript>
element (so the picture is invisible without JavaScript activated) but also adds an extra “dummy” image above it which is used by the JavaScript to load the pictures when needed.Maybe it’s better to do all the replacement stuff dynamicall using JavaScript – using
<noscript>
and assuming that it always works as intended is not a good idea anyway.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Problem when JavaScript is disabled’ is closed to new replies.