Have you ever wondered how to create one image and then generate images for different devices?
We can use responsivebreakpoints.com is pretty awesome. Generates all the images required and spits out the picture code
<ul class="nav navbar-nav"> <li class="active">@Html.ActionLink("Home", "Index", "Home")</li> <li>@Html.ActionLink("About", "About", "Home")</li> <li>@Html.ActionLink("Contact", "Contact", "Home")</li> </ul>