Skip to content

Commit 59fef35

Browse files
authored
Correct odd sizing of images (#22)
1 parent 29ee353 commit 59fef35

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@networkpro/blog",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "The official blog of Network Pro Strategies (Network Pro™).",
55
"keywords": [
66
"advisory",

src/posts/2025-05-29-heliboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ might feature it next!
5959
 
6060

6161
<figure class="poster-figure">
62-
<img src="/img/heliboard-promo.png" alt="FOSS Spotlight: HeliBoard" style="width: 512px; height: 768px;">
62+
<img src="/img/heliboard-promo.png" alt="FOSS Spotlight: HeliBoard" style="width: 100%; height: 100%;">
6363
<figcaption>FOSS Spotlight: HeliBoard – featured visual</figcaption>
6464
</figure>
6565

src/posts/2025-05-29-msauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Check the link below for full details:
5454
&nbsp;
5555

5656
<figure class="poster-figure">
57-
<img src="/img/msauth-promo.png" alt="Microsoft Authenticator Users: Major Change Incoming" style="width: 540px; height: 675px;">
57+
<img src="/img/msauth-promo.png" alt="Microsoft Authenticator Users: Major Change Incoming" style="width: 100%; height: 100%;">
5858
<figcaption>Microsoft Authenticator Changes Incoming – featured visual</figcaption>
5959
</figure>
6060

0 commit comments

Comments
 (0)