Jquery Stack Viewer offers you a customizable lite viewer for displaying radiological images on your website. This viewer does not use DICOM images. Not for medical use.
In order to uses Jquery Stack Viewer, you must include the compiled JavaScript and CSS files on your website. This plugin uses Font Awesome for icons - http://fontawesome.io and JQuery - https://jquery.com/ . You can change all the font icons by including another library and change all the icon variables in the options.
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link href="fontawesome/css/all.min.css" rel="stylesheet"> <link href="jQueryStackViewer/css/jQueryStackViewer.min.css" rel="stylesheet"> JS file after including JQuery: <script src="jQueryStackViewer/js/jQueryStackViewer.min.js"></script> <script src="jQueryStackViewer/js/custom.js"></script>