mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Open media + post view for wider viewports
This commit is contained in:
parent
ec65163c89
commit
df3aca70fa
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
))}
|
||||
|
|
Loading…
Reference in a new issue