It’s been a busy 2-3 weeks. I should be able to dive back into some Tiny Theme development next week. Let me know if you have any feature requests, bug reports, or ideas.
It’s been a busy 2-3 weeks. I should be able to dive back into some Tiny Theme development next week. Let me know if you have any feature requests, bug reports, or ideas.
@otaviocc That’s built in to the plugin. Just have to use the short code (I have it demo-ed on the theme page on my blog).
@jasonekratz This is actually something you can accomplish in your custom CSS within the Micro.blog design settings (no custom theme or plugin needed). In Custom CSS, just add:
img {
max-width: 600px;
max-height: 600px;
width: auto;
height: auto;
}
The 600px number is derived from how Micro.blog handles images. The HTML always includes 600px as the dimension of the widest part of the image (height for portrait, width for landscape). This will be the size within the img tag unless you've further modified your site like this.
Let me know if that gets you where you want to be.
@numericcitizen Hopefully coming soon. Few things to work out first, but I think I'm close.
@Mtt Tiny Theme feature request: the ability to choose link hex colors for light and dark in theme settings rather than using custom css? Just a thought… 😁
@jimmitchell I fully support that and other settings as well, unfortunately settings get wiped out every time a theme/plugin is updated. So if I added settings/options, it would need to be at a point when updates were no longer coming.
@Mtt on a post with a header, aka a post longer than the 300 character limit, can it pull an image to use as a feature image on the home page feed?
@joshua I'd have to give it some thought. By default it shows full posts (and all images). With the Summary plugin, it shows summaries. Are you wanting the feature image to show with summaries?
There's not a built-in way to mark an image as featured with Micro.blog, but I might could work something out that pulls the first image and features it. Thoughts?
@ovr It would have to be the first image or no image. No in between or way to enable/disable it from one post to the next. Would apply to screenshots and photos, possibly videos as well. Do you see that working or breaking down for you?