Zen theme support for images in a page bundle

This is specific question about the Zen theme (@frjo) image processing. It comes with an improved version of the “figure” shortcode. The theme documentation says that it supports images both in “assets” and in “static”. It also says that images in the /assets dir with “size” set can use the resize command.

My question is about how images in a page bundle are handled. Can the “resize” command be used there? Or are the images handled as in the static directory?

1 Like

Sorry, do you mean resize image in single post page ?

I do not think it will work. Page resources are fetched with another function.

Would not be that hard to make it work but I never use page resources myself.

Ok, thanks! For now, I will keep my images in the assets directory.