uwindsorcss / css-site

The main website for the UWindsor Computer Science Society. Features Discord authorization for server access, as well as event listings and newsletters.
https://css.uwindsor.ca
MIT License
4 stars 4 forks source link

Full Screen Image Modal #34

Closed BorhanSaflo closed 1 month ago

BorhanSaflo commented 9 months ago

Currently, some images within the site, such as the hierarchy of positions image on the About page, are too small to be easily readable. To improve user experience and accessibility, we can implement a full screen image modal feature. It would activate when an image is clicked, presenting a full screen close-up of the image. This will allow users to view details more clearly.

SyndicateGit commented 2 months ago

Is anyone currently working on this? I can take it on.

https://www.w3schools.com/howto/howto_css_modal_images.asp Found a solution online. Edit: Found out it's in markdown. So it's not ^ this solution.

SyndicateGit commented 2 months ago

https://github.com/uwindsorcss/css-site/pull/50