-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README screenshots #33347
base: main
Are you sure you want to change the base?
Update README screenshots #33347
Conversation
Can you show one example screenshot? Just want to verify they are in sufficient resolution etc. |
I believe all the screenshots have been added in https://dl.gitea.com/screenshots/2025/ . |
I see, they look good. |
The new layout in markdown may be quite vertical (I'm not sure because preview is not working yet). If it is one image per line, consider putting the images aside each other by removing the newlines. |
I think it would be better to control the presentation of the screenshot through the img tag in HTML. |
Up to you whether you do it in markdown or HTML. Benefit with HTML is you can specify <div>
<img width="200">
<img width="200">
<img width="200">
<img width="200">
</div> |
Users may have different resolutions, if the width is a const, it may be too small or too big? |
Resultion of the thumnails will be greatly sufficient, I'd say put 2-4 per line.
Markdown does not allow CSS. Only a limited set of HTML attributes work. Ideally I'd wrap each screenshot in a link, e.g. |
@lunny @techknowlogick
Wait for the update of https://dl.gitea.com/screenshots
Can you move all old screenshots into https://dl.gitea.com/screenshots/old ?
Then run the action to upload new screenshots to https://dl.gitea.com/screenshots
Follow #33149.
As I mentioned here: #33149 (comment), the prepare process is almost finished.
The backend technical is using newly added
workflow_dispatch
feature for Gitea Action to take the screenshots automatically.Then we can easily sync the screenshots to the latest version without annoying manual work.
Get more information from https://gitea.com/gitea/deployment