diff options
author | mms <git@sapka.me> | 2025-01-09 12:17:23 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2025-01-09 12:17:23 +0100 |
commit | edb8b8b15c2c7963daa453b0fa1753aad37ee1f4 (patch) | |
tree | 21eda352e47b522030f9b5df428220b6d759abe2 /content-org/blog.org | |
parent | 3d13bedaaffdae466621788d808a6b71b9ed9f59 (diff) |
stuff
Diffstat (limited to 'content-org/blog.org')
-rw-r--r-- | content-org/blog.org | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/content-org/blog.org b/content-org/blog.org index 604ee420..888a2aa4 100644 --- a/content-org/blog.org +++ b/content-org/blog.org @@ -118,7 +118,7 @@ Microsoft GitHub is still not near the biggest sin an Open Source can commit whe -* 2025 [2/4] :@blog: +* 2025 [3/5] :@blog: :PROPERTIES: :EXPORT_HUGO_SECTION: blog/2025 :EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :image_dir "blog/images" :image_max_width 600 @@ -204,6 +204,25 @@ I look at Palm devices with envy, as adding a moden modem to them would make it Devices created with purpose (noticed I have not mentined an built-in program store?), and with better interaction model. A device for a more civilized time, as one might say. +** DONE Pixelated images for vintage inspired websites +CLOSED: [2025-01-08 Wed 11:27] +:PROPERTIES: +:EXPORT_FILE_NAME: pixelated-render-css +:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :Abstract Simple CSS trick for fun an profit +:END: +We don't take kindly of modern, huge images here, at Crys. +But modern browsers don't care and they put a significant amount of grease over them. +Images must be big or ugly, and therefore I have more grease over my web buttons than in my fries. + +But CSS comes to save the day once again! +We can force the amazing, pixelated rendering that we want. + +#+begin_src css +@media (min-resolution: 192dpi) { * { image-rendering: pixelated; } } +#+end_src + +(I stole from min-resolution [[http://retro.rubenerd.com][Ruben's retro site]], like a lot of other things). + ** DONE Bookmark dump for December 2024 CLOSED: [2025-01-03 Fri 16:14] :PROPERTIES: |