JohnEdChristensen / WebbCompare

Compare James Webb Space Telescope images to older images.
https://www.webbcompare.com
GNU General Public License v3.0
419 stars 30 forks source link

Fix slider visibility not working on mobile #2

Closed markusdlugi closed 2 years ago

markusdlugi commented 2 years ago

On some mobile devices that have a very wide aspect ratio, the slider will never be visible for the last image even if users scroll down entirely. Fixed it by changing checkPosition() to calculate visibility using getBoundingClientRect().

JohnEdChristensen commented 2 years ago

Thanks for solving this!