icpc / gallery

source code of the official ICPC photo gallery on news.icpc.global/gallery
MIT License
4 stars 1 forks source link

Adjust Lightbox layout in proportion to the image aspect ratio, fixes #4 #10

Closed azat-ismagilov closed 1 year ago

azat-ismagilov commented 1 year ago

The Lightbox component now adjusts the width of the FacesWrapper div based on the aspect ratio of the image, ensuring that faces are accurately positioned relative to the image's dimensions. The div is now centered horizontally within the Lightbox container.