Title: CSS Zoom Jankiness

“You Can Write Whatever”

Today I really feel that quote. Over the year of messing with CSS RAW, it gradually enlightens me on how to manipulate these stupid browser layout to heed my commands. I worked out on the gallery zoom (instead of the cursor sim) and pretty much finished what I had in mind. It went a little bit out of the scope of the “compact code” in the end but if it works, it work. Plus I didn’t cave in with the 2 <img> method (it’s easier this way but can get worse long-term)

Mobile support will always be the bane of my existence. Sometimes going mobile first save line of codes but at this point, I don’t think I want to care about optimal line count. The gallery change is pretty much this, so many thing that could be handled better like the zoom title bar using div instead of paint-over ::before (and the download and close hacked with top -30px or something).

Regardless, the back-end look totally ass, but it should be consistent across all board and screen sizes. Very cool! You’re welcome reader! And me!

I’m mulling over it wether I should combine blog commit with relevant thing or not, maybe not honestly. It’s not like this blog section should be a corner for convenience, just yappin. Also I changed the file naming for blog, not retroactive though. I probably change these once in a while.