I’ve been using Ghost for quite a while, and with the 2.0 release, I decided to give theme development a shot again. A lot has changed since 1.0 (when I made my last theme), and I like all the new features.
However, the Koenig gallery thing is driving me against the wall. It never seems to work with the CSS I specify. I tried CSS code from multiple Ghost Standard Themes, but it works in every theme except mine. The images weirdly stretch through the row because it somehow only manages to center the images.
Seems like making something in CSS only isn’t possible these days. I should really learn JavaScript instead of wasting my time recreating everything in a tedious CSS alternative
Yeah. CSS really misses some features that are really desirable. Main one being fixing the aspect ratio, though. What also blows is not being able tint background images, which has to be done with a gradient workaround.