1
0
Fork 0

Open media + post view for wider viewports

This commit is contained in:
Lim Chee Aun 2024-04-13 17:09:00 +08:00
parent ec65163c89
commit df3aca70fa

View file

@ -2287,7 +2287,7 @@ function MediaFirstContainer(props) {
<Media
media={media}
lang={language}
to={`/${instance}/s/${postID}?media-only=${i + 1}`}
to={`/${instance}/s/${postID}?media=${i + 1}`}
/>
</div>
))}