sjafferi / svelte-images

A Svelte component for displaying images
MIT License
21 stars 5 forks source link

Image Descriptions and centering child elements #13

Open marc-lamothe opened 2 years ago

marc-lamothe commented 2 years ago

Hey man, thanks for putting this together!

I had two quick questions for ya:

  1. It is my understanding that the 'title' attribute works as a tooltip when hovered over, however I was wondering if you have already implemented a solution for including text with every lightbox image? My goal is to have a Name and Description within the lightbox to help provide context to the images for use in a portfolio.
  2. How would you recommend centering all of the image elements when displayed in a grid?