Yup, working. Awesome, thumbnail option would be nice addition. Thank you.
Hi,
Thanks for the response.
My image is not squared. I want to make the image appear square, maybe resized like the first screenshot. I want user can upload any size and thumbnail will be shown square, or all product thumbnail appear with same dimension.
I see, it use ‘Medium’ size. I think medium size image is not crop to exact dimension. Where can I edit to use ‘Thumbnail’ size. The ‘Thumbnail’ size is crop to exact dimension.
How exactly to solve this? I just put this code into the dev
$audioID = 64;
$song = get_post( $audioID );
$exp = explode('/', $song->guid);
end($exp);
$songFilename = current($exp);
echo do_shortcode('[haiku url="'.$songFilename.'" title="'.$song->post_title.'"]');
And it cannot be center aligned.