Skip to main content

Scripts disabled browsers

Advanced configuration#

The <noscript> tag can be added in order to show images to users that have disabled scripts in their browser or have a browser that doesn't support scripts. You need to add the <noscript> with the original image after every image tag that uses Piio.

Example:

<img data-piio="/images/myimage.png"
src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" />
<noscript>
<img src="/images/myimage.png" />
</noscript>
  • About 1-2 % of the users in the world has disabled script in their browsers.