Plugin Author
Kerry
(@bluenotes)
You can use any “crop slug” defined in your website. For example, using image_size=”medium” in the shortcode will use the medium size that is set from Settings > Media. Other default crop sizes are full, large, thumbnail. If your theme or another plugin provides a custom crop size then that slug can be used as well.
[bne_testimonials image_size="my_crop_size"]
From there, you can adjust with CSS if needed to resize it further.
Hi Kerry, thank you very much. Is there a way for me to add the image_size=”my_crop_size” to the shortcode in the “Edit Testimonial Shortcode” part of the plugin? I already use a shortcode throughout my site and would rather avoid having to add that line manually anywhere the shortcode appears.
Also, the thumnail is square. By following your instruction, will the thumbnail display at the size set in the theme media settings? For example, if the medium size is a 3 x 2 proportion landscape image, the thumbnail will display this proportion regardless of the ‘Image Style’; in the plugin settings?
Thanks again!
Plugin Author
Kerry
(@bluenotes)
Ah, you’re using the pro version. No there’s not an option in the shortcode generator for that. The crop size will use what the crop is defined from where it’s registered. Only the “thumbnail” crop, which is the default, uses the 100×100 on the CSS from the plugin which is normally 150×150 from WordPress.
Place that shortcode above on a sample page of your website, and you’ll see what it does. Change the crop to something that is valid from your website such as medium, large, full, or a custom one from your theme other plugin to give you an idea.