Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.01 KB

screenshots.md

File metadata and controls

53 lines (35 loc) · 1.01 KB

Screenshots

Dirs & Files

Previews

Image

Text

Video

Search

How to update screenshots

  1. GitHub doesn't allow adding border to images - so, we have to add it manually. Just add the following code to common.css:

    #app,
    .preview-close-layer {
      border: 1px solid #21262d;
    }

    Note: #21262d is var(--color-border-muted) on GitHub.

  2. Prepare demo files.

  3. Make .png screenshots.

  4. Use the following command to convert screenshots to .jpg:

    vipsthumbnail --size 1600x900 -o ./jpg/%s.jpg[Q=90,optimize_coding] *.png