Skip to content

Instantly share code, notes, and snippets.

@lin
Created March 1, 2015 22:04
Show Gist options
  • Select an option

  • Save lin/185082bed68deeff911a to your computer and use it in GitHub Desktop.

Select an option

Save lin/185082bed68deeff911a to your computer and use it in GitHub Desktop.
<script>
var options = {
zoomType: 'standard',
lens:true,
preloadImages: false,
alwaysOn:false,
zoomWidth: 500,
zoomHeight: 500,
xOffset:30,
yOffset:0,
position:'right',
title: false,
};
$('.zoom-image').jqzoom( options );
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment