How to scale header image to header height?

How to scale header image to header height?

Hi,
 
My header looks like this
 
<div data-role="header">
    <img src="..." class="ui-btn-right" />
</div>


How to scale this image height to match the header height?
 
Thanks!