ImageViewer-omeka-module/asset/vendor/wheelzoom/demo.html

14 lines
306 B
HTML
Raw Normal View History

2021-04-17 22:18:36 +02:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Wheelzoom</title>
</head>
<body>
<img class='zoom' src='daisy.jpg' alt='Daisy!' width='555' height='320'/>
<script src="wheelzoom.js"></script>
<script>
wheelzoom(document.querySelector('img.zoom'));
</script>
</body>
</html>