1
0

Update balony antenna page with responsive images

This commit is contained in:
PA4KEV 2023-01-11 21:45:26 +01:00
parent a52f8ec552
commit 42ca3d7782
4 changed files with 9 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

View File

@ -23,6 +23,13 @@ const Balkon = () => {
<div id="list-dipole" className='content-item'>
<h3 className="text-primary">Dipole</h3>
<p>A dipole with a 1:1 Balun was the first HF antenna I attempted to try out.</p>
<picture>
<source media="(max-width: 799px)" srcset={`${process.env.PUBLIC_URL}/images/radio/antenna/balun-string-w240.webp`} />
<source media="(min-width: 800px) and (max-width: 1199px)" srcset={`${process.env.PUBLIC_URL}/images/radio/antenna/balun-string-w480.webp`} />
<source media="(min-width: 1200px)" srcset={`${process.env.PUBLIC_URL}/images/radio/antenna/balun-string-w800.webp`} />
<img alt="1:1 Balun on a string" src={`${process.env.PUBLIC_URL}/images/radio/antenna/balun-string-w800.webp`}/>
</picture>
</div>
</section>
</div>