Skip to content

Commit

Permalink
Improve QR Code Rendering
Browse files Browse the repository at this point in the history
Instead of using the default scaling algorithm (bilinear?) use the
pixelated image rendering algorithm so it is always nice and crips
:^)
  • Loading branch information
mads256h committed Sep 30, 2024
1 parent 6847e84 commit d6c4dda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stregsystem/static/stregsystem/stregsystem.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ table h2, table h3 {
.qr-code {
position: relative;
z-index: 2147483647;
image-rendering: pixelated;
}

@keyframes blink-frame {
Expand Down

0 comments on commit d6c4dda

Please sign in to comment.