I'm currently working on fixing the position of an image at the top of a mobile view page.
.fixed {
position: fixed;
}
This is specifically for use with Ionic.
<div class="item item-image polygon">
<img src="http://urbanetradio.com/wp-content/uploads/2014/10/banner.jpg"
class="fixed">
</div>
My goal is to have this image fixed in place.
UPDATE
After trying to attach the image as a background using JSBin, I am still experiencing issues with visibility. Link to JSBin for reference: http://jsbin.com/puxavoveci/2/edit?html,css,output