Can you dynamically serve images based on tags?

Hi @cbish,

This would be a good use case for HubDB.

You could set up a HubDB table for images and have a column for tags.

Then you would set up a custom module that would pull in the image from HubDB, based on the tags you want to show on that page.

This would automatically pull in the latest images in your slider whenever a new image is added to HubDB.

Hope this helps!