Skip to content

Instantly share code, notes, and snippets.

View radioman-00's full-sized avatar

Steve radioman-00

  • Surrey UK
View GitHub Profile
@radioman-00
radioman-00 / imageViewer.html
Last active July 10, 2021 02:01 — forked from NoUsername/imageViewer.html
Simple image viewer, which loads all images from an html directory listing.
<html>
<head>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
</head>
<body>
<img id="viewer" src="" width="800px"/>
<div id="info"> </div>
<script>
$(function() {