Welcome! This repository contains the code for my Responsive Photo Gallery Project. You can also view the live website here:
👉👉👉 https://alhpeter.github.io/Final_Responsive_Design_Project/ 👈👈👈
Please click the link above to experience the actual site in action.
- By default, most systems have smooth scroll animations enabled.
- The code implements the
prefers-reduced-motionmedia query, which disables the smooth scroll for users who have turned on "Reduce Motion" in their system settings. - If you are seeing the scroll animation still working, this is not a code error — it simply means your system currently has animations enabled.
- To test the reduced-motion functionality:
- macOS / iOS: System Settings → Accessibility → Display → Turn on Reduce Motion
- Windows: Settings → Accessibility → Visual Effects → Turn off Animation Effects
- After testing, you can turn animations back on normally.
- The site respects your system’s color scheme:
- If your system is in dark mode, the page automatically shows the dark color scheme.
- Otherwise, the page defaults to light mode.
- This behavior uses the
prefers-color-schememedia query in CSS.
- If you have a dark mode browser extension enabled, WAVE may report false positive errors. These are caused by the extension, not the website.
- Disable dark mode extensions before running WAVE to get accurate results.
Thank you for reviewing! Enjoy exploring the gallery. 😺🐶