Fixed Image
The actual image is 1280 x 716
#city-view {
border: solid;
}
<html>
<head>
<title>Image</title>
<link rel='stylesheet' href='fixed-image.css' />
</head>
<body>
<div id="city-view">
<img src="../img/austin-yapc-1280x716.jpg" alt="Austin"/>
</div>
</body>
</html>