Header Icon is too small

Header Icon is too small

BY 27 Jun 2013 Web Application Development

I have a header with a title, subtitle, and icon and for some reason the icon is being scaled down. The app icon is 117 x 117 and the code is below.

 

<div data-role=”header” data-position=”fixed”>
<img src=”icon.png”/>
<h1>Here I Am</h1>
<span class=”ui-title-text-sub”>The easy way to share your location</span>
</div>

 

 

Any Ideas as to why the icon is scaled down? I have tried specifing a width and height but the image remains scaled down.

 

Header with squished icon

Written by