Water Quality - Website Plugin
The LAWA recreational water quality plugin allows you to easily embed the latest water quality information on your website.
1.
Select sites to display
2.
Select your style
Select your colour scheme:
Blue
Turquoise
Grey
Width: (between 390 and 700 pixels)
Height: (greater than 500 pixels)
3.
Preview your plugin
4.
Get your plugin code
5.
Responsive Scripts
Only add once to the bottom of page to make iframe responsive
<style> iframe.lawa-plugins { width: 1px; min-width: 100%; } </style> <script src="//embed.lawa.org.nz/scripts/iframeResizer.min.js"></script> <script> var lawaPlugins = document.getElementsByClassName('lawa-plugins'); for (var i = 0; i < lawaPlugins.length; i++) { var lawaPlugin = lawaPlugins[i]; iFrameResize({ checkOrigin: false }, lawaPlugin); } </script>