[GH-ISSUE #729] [Bug] AppFlowy GitHub home image problem in Mobile View #311

Closed
opened 2026-03-23 20:35:16 +00:00 by mirror · 5 comments
Owner

Originally created by @ghost on GitHub (Jul 27, 2022).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/729

Screenshot_20220727-204725

i viewed other repository with picture in their home view using my phone and it's okay but appflowy isn't.

Originally created by @ghost on GitHub (Jul 27, 2022). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/729 ![Screenshot_20220727-204725](https://user-images.githubusercontent.com/52787179/181251177-9f1747eb-e6bb-4fc7-85c8-e467b1b87a7e.jpg) i viewed other repository with picture in their home view using my phone and it's okay but appflowy isn't.
mirror 2026-03-23 20:35:16 +00:00
Author
Owner

@apomalyn commented on GitHub (Jul 27, 2022):

Here is the line that cause the issue:

<p align="center"><img src="https://github.com/AppFlowy-IO/appflowy/blob/main/doc/imgs/howtostar.gif" alt="AppFlowy Github" width="1000px" /></p>

Removing the width="1000px" should fix it.

<!-- gh-comment-id:1196904610 --> @apomalyn commented on GitHub (Jul 27, 2022): Here is the [line](https://github.com/AppFlowy-IO/AppFlowy/blob/main/README.md?plain=1#L41) that cause the issue: ``` <p align="center"><img src="https://github.com/AppFlowy-IO/appflowy/blob/main/doc/imgs/howtostar.gif" alt="AppFlowy Github" width="1000px" /></p> ``` Removing the `width="1000px"` should fix it.
Author
Owner

@ghost commented on GitHub (Jul 27, 2022):

image

Desktop view

<!-- gh-comment-id:1197496328 --> @ghost commented on GitHub (Jul 27, 2022): ![image](https://user-images.githubusercontent.com/52787179/181391435-990b29ac-bf6e-446c-af9a-379a04bc13a1.png) Desktop view
Author
Owner

@ghost commented on GitHub (Jul 27, 2022):

width: 100%; would be good?

<!-- gh-comment-id:1197496828 --> @ghost commented on GitHub (Jul 27, 2022): width: 100%; would be good?
Author
Owner

@annieappflowy commented on GitHub (Jul 28, 2022):

@wharjack thanks for bringing this up. 100% should work. There is a PR for this fix: https://github.com/AppFlowy-IO/AppFlowy/pull/663. We're waiting for the contributor to format the commit message in order to get the PR merged.

<!-- gh-comment-id:1197570023 --> @annieappflowy commented on GitHub (Jul 28, 2022): @wharjack thanks for bringing this up. 100% should work. There is a PR for this fix: https://github.com/AppFlowy-IO/AppFlowy/pull/663. We're waiting for the contributor to format the commit message in order to get the PR merged.
Author
Owner

@MikeWallaceDev commented on GitHub (Jul 28, 2022):

I fixed the comments for PR #663, I will merge it as soon as CI finishes.

<!-- gh-comment-id:1198261604 --> @MikeWallaceDev commented on GitHub (Jul 28, 2022): I fixed the comments for PR #663, I will merge it as soon as CI finishes.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#311
No description provided.