Stefanie2 - 2013-02-19

Here you find a script you can use with PHPlot.
http://www.elevateweb.co.uk/image-zoom/download
Its working like this:
You make a simpleplot php with small pixel for showing on the site.
And one simpleplotBIG.php with big pixel size.
Code looks like:

 img id="zoom_07" src='simpleplot.php' data-zoom-image="simpleplotBIG.php"
 script
 $("#zoom_07").elevateZoom({
  zoomType              : "lens",
  lensShape : "round",
  lensSize    : 200
  });

Musste leider die >und < aus dem Code lassen.
Dont forget putting the jq files in the head of the file.
Thats all...
</script>