Galleries
This Astro file path: /src/pages/images.md
All about image galleries, and how they can be included
Simple gallery #1
MDX file. import images. Raw HTML. Each image name has to be typed 4 times
Simple gallery #2
MDX file. import images. Use FlexGallery component. Barely preferable to ‘Simple gallery #1’
Several galleries #1
MDX file. Uses FlexGallery component and raw HTML for one gallery. FlexGallery needs more typing
Several galleries #2
MD file. Much more straightforward than MDX. Less typing than with components
Autoflex gallery
MDX file. Quite compact. Worth pursuing