Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

Sunday, August 05, 2012

How to show Retina Display Images on UIWebView in iOS

If you are making a mobile web app or embedding a UIWebView in your native app, showing @2x.png images is not as straight as it is to use in UIImageView. If you use an Image in UIIMageView   then it automatically picks @2x image for iPhone 4 and greater but it does not work if you are calling images from CSS that loads in UIImageView, for that purpose you have to use  webkit-background-size


For example visit here:


http://stackoverflow.com/questions/3652930/high-resolution-images-in-a-uiwebview



Saturday, April 21, 2012

Awesome CSS Generators

While working on my home page, I found an interesting site where the guy generously listed down some cool CSS generators. The one I liked a lot was CSS gradient generator by colorZilla.

http://www.aoclarkejr.com/10-really-awesome-css-generators.html