Google maps toggle zoom with css
In development there’s often more than one way to skin a cat. When finding solutions for front end questions I like to explore different avenues, javascript, jQuery, framework, pure css maybe? In this case I’ll run through how I tackled the annoying problem of google maps zooming when scrolling though a web page. Disclaimer: This might not be the ideal approach to use in most scenarios but it is interesting to explore pure css (javascript free) fixes/solutions/hacks. And, yes, I know this could be achieved with a couple of lines of javascript but… that wouldn’t be worth sharing, would it?