| 
| lanh | Date: Chủ nhật, 24-01-2016, 1:29 PM | Message # 1 |  |  Tổng tư lệnh Người quản lý Messages: 84 Awards: 2 Reputation: 18 Status: Offline | Below code will help! Demo: http://adnet.moy.su/stuff/asian/hongkong/images_of_hongkong/2-1-0-2
 
 img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }
 |  |  |  |  | 
| 
| lanh | Date: Chủ nhật, 24-01-2016, 1:31 PM | Message # 2 |  |  Tổng tư lệnh Người quản lý Messages: 84 Awards: 2 Reputation: 18 Status: Offline | If it does not work, try below for an alternative option: 
 img {
 max-width: 100%;
 height: auto;
 width: auto; /* ie8 */
 }
 |  |  |  |  |