Skip to content

Commit

Permalink
auto-expand all shittygallery photos
Browse files Browse the repository at this point in the history
  • Loading branch information
sandroid committed Nov 29, 2023
1 parent f754228 commit 8ccdce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ImageComponent/ShittyGallery.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const { images } = Astro.props;
{
Object.keys(images).map((image) => {
return (
<ImageWrapper client:only>
<ImageWrapper client:only isExpanded={true}>
<Image src={images[image]()} alt={"image"} />
</ImageWrapper>
);
Expand Down

0 comments on commit 8ccdce1

Please sign in to comment.