We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea97ee commit 721bc25Copy full SHA for 721bc25
docs/intermission.html
@@ -230,8 +230,9 @@ <h2>Random photo from 2025</h2>
230
imgEl2025.src = randomPhoto2025;
231
imgEl2025.style.display = 'block';
232
imgEl2025.style.margin = '0 auto';
233
- imgEl2025.style.width = '80%';
234
- imgEl2025.style.height = 'auto';
+ // imgEl2025.style.width = '80%';
+ imgEl2025.style.maxHeight = '90vh';
235
+ imgEl2025.style.objectFit = 'contain';
236
photoSection2025.appendChild(imgEl2025);
237
</script>
238
<script>
0 commit comments