cleverdevil
cleverdevil

I built a little extension to Micro.blog that lets you easily add a photo grid to your website. Thanks to @manton for making Micro.blog extensible! –  https://github.com/cleverdevil/microgram

|
Embed
Progress spinner
In reply to
kaa
kaa

@cleverdevil So there are some 403 errors, where the page just hangs on the loading part and no photos actually load up. I'm just looking to put the following instead:

microgram div.photo { width: 300px; height: 300px; float: left; margin: 0 0 25px 25px;} microgram {margin: 0 auto; max-width: 1000px; margin: 0 auto; width: 90%; overflow: hidden;} microgram div.photo:hover { cursor: pointer; opacity: 0.75;}
|
Embed
Progress spinner