fix images

This commit is contained in:
ash
2026-04-03 19:35:09 +01:00
parent d0f369355b
commit 7efe35a17a
6 changed files with 27 additions and 6 deletions
+6 -1
View File
@@ -16,7 +16,12 @@ tags: ["ESP32", "Self-Hosting", Python]
} }
</style> </style>
![Early basic setup](./featured.jpg) {{< image
src="./featured.jpg"
alt="Featured"
caption="My image"
class="w-1/2 mx-auto"
>}}
### 📋 Project Highlights ### 📋 Project Highlights
* **Goal:** Show my running progress on my desk * **Goal:** Show my running progress on my desk

Before

Width:  |  Height:  |  Size: 744 KiB

After

Width:  |  Height:  |  Size: 744 KiB

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

+13
View File
@@ -6,6 +6,19 @@ image: /blog/retro-handhelds/featured.gif
summary: "Retro handheld collection" summary: "Retro handheld collection"
tags: ["Games"] tags: ["Games"]
--- ---
<style>
section img, .content img, article img {
max-width: 70% !important;
height: auto !important;
display: block;
margin: 2rem auto;
border-radius: 8px;
}
</style>
![Early basic setup](./featured.jpg)
My biggest pass time outside of computing is retro game emulation. Most commonly in the form of dedicated emulation handhelds but also diving into console modding and Linux gaming. My biggest pass time outside of computing is retro game emulation. Most commonly in the form of dedicated emulation handhelds but also diving into console modding and Linux gaming.
+3 -2
View File
@@ -9,9 +9,8 @@ tags: ["Smart-Home", "ESP32"]
--- ---
<style> <style>
/* This targets any image inside the main article area */
section img, .content img, article img { section img, .content img, article img {
max-width: 50% !important; /* Use !important to override theme defaults */ max-width: 70% !important;
height: auto !important; height: auto !important;
display: block; display: block;
margin: 2rem auto; margin: 2rem auto;
@@ -19,6 +18,8 @@ tags: ["Smart-Home", "ESP32"]
} }
</style> </style>
![Early basic setup](./featured.jpg)
### 📋 Project Highlights ### 📋 Project Highlights
* **Goal:** What was the main objective? * **Goal:** What was the main objective?
* **Tech Stack:** Proxmox, Docker, Caddy, etc. * **Tech Stack:** Proxmox, Docker, Caddy, etc.
+3 -1
View File
@@ -9,7 +9,7 @@ tags: ["Electronics", "University"]
<style> <style>
section img, .content img, article img { section img, .content img, article img {
max-width: 50% !important; max-width: 70% !important;
height: auto !important; height: auto !important;
display: block; display: block;
margin: 2rem auto; margin: 2rem auto;
@@ -17,6 +17,8 @@ tags: ["Electronics", "University"]
} }
</style> </style>
![Early basic setup](./featured.jpg)
### 📋 Project Highlights ### 📋 Project Highlights
* Fabricate Dye Sensitized Solar Cell using Natural Dyes * Fabricate Dye Sensitized Solar Cell using Natural Dyes
* Investigate a variety of different dyes and their effects on cell efficiency * Investigate a variety of different dyes and their effects on cell efficiency