alanmmckay / alanmmckay.github.io

Code for http://alanmckay.blog. Nothing Fancy here.
https://alanmckay.blog/
0 stars 0 forks source link

Experiencing Elsewhere: black-hills-path-cropped mobile #2

Closed alanmmckay closed 2 years ago

alanmmckay commented 2 years ago

The black-hills-cropped.jpg image's width is greater than its height. This causes the image to not be affected by the scrolling behavior of the javascript within the page. The fix will be to add a new css style which forces this particular container to have a smaller height than the other images when a mobile (smaller) resolution is reached.

alanmmckay commented 2 years ago

Ended up leveraging media queries with respect to the black-hills-path image id within the main style sheet.