nexus icon indicating copy to clipboard operation
nexus copied to clipboard

Report Plugin: Size tall images appropriately in thumbnail

Open nicwells opened this issue 2 years ago • 0 comments

Prevent tall images from overflowing their container, see example of issue below

image.png

Acceptance criteria

  • Images are scaled/clipped appropriately
  • Preview overlay displays appropriately when hovering

Solution proposal:

  • Have the width of the image be 100% of its container
  • Have a fixed height value
  • Center the image in its container
  • Hide the overflowing part of the image

Mockup

image.png

nicwells avatar Jun 27 '22 09:06 nicwells