Nathan
Accessing grandchildren
I'm using the Solid JS Swiper component to render a slideshow. What I'd like to do is use Astro's
<Image>
component to handle optimization of the images, and then pass those components as children to be placed within individual slides in Swiper. However, the behavior I'm getting is that all children images are rendered into a single slide, rather defeating the purpose.7 replies