with zen_image function, i get the same title and alt: <img title="my_alt" alt="my_alt" src="my_image.jpg">
but i want to set it as: <img title="my_title" alt="my_alt" src="my_image.jpg">
what do i get this?