datasette-render-images icon indicating copy to clipboard operation
datasette-render-images copied to clipboard

Datasette plugin that renders binary blob images using data-uris

Results 4 datasette-render-images issues
Sort by recently updated
recently updated
newest added

**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.

enhancement

**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...