Currently, the Yuzo options only allow me to choose an image width, but not an image height.
If in my theme’s functions.php I have additional image sizes defined, I should be able to choose those by default from the “Thumbnail SIze” dropdown in the Styling section.
eg, if I have defined: add_image_size('featured-sm', 150, 75, TRUE);
then I should be able to select that size in the plugin settings.
I have several themes where the WordPress default media sizes of “Thumbnail” and “Medium” are set to zero, because I’m using different names with different sizes. I haven’t tried the plugin on those sites yet, but I’m guessing it might not work since those sizes are defined as zero.
So that means I cannot make the related posts thumbnail image the size that I want it to be. There is an old plugin called Related Posts Thumbnail that would do this, but it hasn’t been updated in a long time, which is why I’m hoping your plugin will be able to replace it quite nicely.