Skip to content

Commit aacd31b

Browse files
committed
make QR code that is 2x high resolution
1 parent 271cd26 commit aacd31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/image_server.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"&allowProfileImage="
7878
superimpose-profile?
7979
"&size="
80-
qr-size
80+
(* 2 qr-size)
8181
"&imageName="
8282
profile-image-type)]
8383
media-server-url))

0 commit comments

Comments
 (0)