How to increase dpi using single-file-cli? #1194
Unanswered
buran-energia
asked this question in
Q&A
Replies: 3 comments
-
You should be able to keep all the images by setting |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's working. Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
-
You're welcome :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, say, there is a html page with both normal and high dpi versions of an image with the code like this:
src="imgs/pic.png" srcset="imgs/pic.png 1x, imgs/[email protected] 2x"
is it possible to save both versions?
If not possible, what command would I use to force it to use x2 scaling / dpi?
I downloaded the Z cli version.
docker run singlefilez "https://www.wikipedia.org" > wikipedia.html"
Works fine.
But passing browsers args here gives parsing errors.
Beta Was this translation helpful? Give feedback.
All reactions