Width and height of photos on Photos page?

Just a quick question, how do I set the alt text so that it appears in the metadata?

I am mostly using markdown syntax to add images:

![alt](<uploaded image url)

For photos page templates, we have the .Params.photos_with_metadata list, but it looks like that does not include the alt text currently. Is that what you need? Should be easy for us to add. The alt text will be in the full blog post but not on the photos page until that change has been. made.

Ah, I assumed you already made that change. The photo page plugin already uses the .alt property of the metadata, so I assumed this is expected to work.

But yes, I think this would be a good addition. Having a home page full of photos without an alt description isn’t great, especially if you have added one for each already.

Yeah, I thought we had made this change too. Must’ve slipped through my to-do list. I’ll prioritize it this week.

1 Like

For the width and height to be included, does the image have to be added as an <img> tag with width and height attributes? Using markdown syntax, I’m seeing height/width as 0. Same with ‘img’ unless I add height/width attributes.