datasette-render-images
datasette-render-images copied to clipboard
Datasette plugin that renders binary blob images using data-uris
**Feature Request** Define max width and / or height of shown images in metadata.json
Add support for new configurable option width and height, which are the width and height of images to be rendered by this plugin. Default width and height are both 300....
https://developer.mozilla.org/en-US/docs/Web/Performance/Lazy_loading This could help avoid loading a hundred images on a page with a table that doesn't ever get scrolled.
**Issue Type** Feature Request **Context** The plugin currently allows for rendering columns with binary image data in it, it would be better to allow for rendering cells to render images...