Element preview dropdown
Closes #924 (closed)
There isn't much to be done for the dropdown's size; we can restrict the dropdown to a maximum size, but not support the image's aspect ratio. The aspect-ratio
CSS property does not work well with SVG, nor does Bulma's image aspect ratio classes.
I used is-right
and is-up
on the dropdown to try to make it fit the screen in most cases.
Edited by Erwan Rouchet