Results 7 comments of baitian

After some tests, I found this issue is relative to the global zoom level of VSCode, but the color is not correct at zoom level 0. ![image](https://github.com/sxyazi/yazi/assets/28034106/942fdc51-4121-46df-bb06-4bad9f362433)

Thanks for you information. And for the colors, I have also test `imgcat`, which looks OK: ![image](https://github.com/sxyazi/yazi/assets/28034106/d35d387f-986e-4eed-aa2f-36962964663a)

I have tried set preview size with `max_width` and `max_height`. It looks good, thank you. ![image](https://github.com/sxyazi/yazi/assets/28034106/0785544e-30c5-4350-a54b-7b33a0075215)

Can you try my simple Web UI? preview: ![image](https://github.com/lukas-blecher/LaTeX-OCR/assets/28034106/c3209e3f-fe8d-44ed-81bd-30dac20ec38b) app.py ```python import os from pathlib import Path import httpx from flask import Flask, jsonify, render_template, request API_ENTRYPOINT = os.environ["API_ENTRYPOINT"] app...

> when i type `docker compose up -d` I get : `unknown shorthand flag: 'd' in -d See 'docker --help'. > > Usage: docker [OPTIONS] COMMAND` Without docker compose: build:...

> What do you call latex-ocr-web Here is my file architecture. I am a bit lost sorry latex-ocr-web is just the name of the built docker image. I noticed that...

> Sorry but i do not understand what to do. Would you mind resuming the command to type in the folder? I noticed that this repo already has a frontend,...