Desktop markdown wiki app. Built with node, Electron Framework and AngularJS.

image-view.html 154B

1234
  1. <div style="width: 100%; height: 100%; overflow: hidden;">
  2. <img src="{{image_path}}" class="centered" style="max-width: 100%; max-height: 100%">
  3. </div>