I've registered several custom thumbnail sizes for a site I've been given control over, and want to be able to call on them in the template code, which is set up like this
<img id="product_thumb" class="border--round" alt="Image" src="<?php echo $vehiclepods->field('featured_image')['guid']; ?>">
Where do I pass the thumbnail parameter, or even force a size?
Depending on your settings and pod configuration
should output the Full Image!
More details about how to get just the link or more in the Pods Documentation:
field()
display()
Magic Tags