Add sizes to page

master
Marvin Johanning 2023-12-27 14:08:28 +00:00
parent f89b40cf99
commit e248b1cdbe
3 changed files with 5 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<br>
{% if page.with_image %}
<img src="{{ page.image }}", width="300", height="350">
<img src="{{ page.image }}", width="{{ page.image_width }}", height="{{ page.image_height }}">
<br>
<i>{{ page.image_subtitle }}</i>
<br>

View File

@ -8,6 +8,8 @@ meta_description: A page with information about me, Marvin Johanning.
with_image: true
image: /assets/images/me.jpg
image_subtitle: My taking a photo of a White Wagtail
image_width: 300
image_height: 350
intro: Welcome to the about page! Here you will find some more in-depth information about myself and this website. If you are confused as to the design of the website, you will also find some answers here!
permalink: /about/

View File

@ -7,6 +7,8 @@ subtitle: An overview of all my photography equipment
with_image: true
image: /assets/images/equipment/cameras.jpg
image_subtitle: A photo of some of my cameras and lenses
image_width: 500
image_height: 350
intro: You have reached the equipment information page on my website. Here, you will be able to find information about (and photos of) my photography equipment. I use a variety of lenses and cameras for my photography and will most likely be upgrading equipment down the line as well. So be sure to check back occasionally to see if a new piece of equipment has joined my stash!