welpo / tabi

A modern Zola theme with search, multilingual support, optional JavaScript, a perfect Lighthouse score, and a focus on accessibility.
https://welpo.github.io/tabi/
MIT License
97 stars 32 forks source link

✨ feat(shortcodes): add `inline` option to image shortcodes #315

Closed welpo closed 1 month ago

welpo commented 1 month ago

Summary

Adds an inline option to all image shortcodes (except the full_width one, for obvious reasons). When set to true, the image(s) will be displayed inline with the text. The images will be vertically aligned with the text.

Related issue

Idea from #314.

Accessibility

No changes; tested with VoiceOver.

Type of change


Checklist