I’m experimenting with it now, and I’m wondering if there’s a way to set up the dynamic content in the Image or Featured Image elements to grab different media sizes (i.e., thumbnail, medium, full size etc) so that we can speed up load times with smaller images?
Good point here. I’m going to add this as a feature request to dynamic content for images (since we’ve closed feature development) but it was a pretty quick adjustment for me to get in a stopgap that will work in the next patch. Once that’s out, try doing this:
Open up the Dev console (enable in Preferences)
Inspect your Image
Search the console for image_src
If you’re using Dynamic Content already, you should see something like: {{dc:post:featured_image_id}}
Add a size parameter like this: {{dc:post:featured_image_id size="small"}}
That size parameter will pull a thumbnail of the specified size for you. Again, won’t be in until the next patch, but hopefully that helps until we can take the time to build out some dynamic content controls to support it.
I have read the thread and managed to pull in the correct size using the Dev tool as suggested. Is this limited to the sizes that are set in the WordPress media settings?
I’ve added a custom size using the functions but when I try and use that size parameter i.e. {{dc:post:featured_image_id size=“large-square”}} it’s not working.