tiny 88x31 lexicon for atproto

more docs

+12
+12
handler/handler.go
··· 200 200 "any non-empty string for attribute will add a line at the bottom of the generated html linking to 88x31.store. no worries if you prefer the plain look!", 201 201 "https://88x31.store/embed/liked-by?did=did:plc:25z6ogppprfvijcnqo2fsfce&attribute=yes", 202 202 }, 203 + { 204 + "initial-size=", 205 + "float as string", 206 + "prefer an integer for better scaling of pixel art", 207 + "https://88x31.store/embed/liked-by?did=did:plc:25z6ogppprfvijcnqo2fsfce&initial-size=2", 208 + }, 209 + { 210 + "hover-scale=", 211 + "float as string", 212 + "this is the scale factor that the button shifts to when a user hovers over it. ex: initial-size=2 and hover-scale=3 means that the final width when user hovers will be 88*2*3=528px", 213 + "https://88x31.store/embed/liked-by?did=did:plc:25z6ogppprfvijcnqo2fsfce&hover-scale=1.1", 214 + }, 203 215 } 204 216 205 217 err := lbreferenceT.ExecuteTemplate(w, "base.html", rd)