Featured Image width=100% set in Vantage style.css
When I set a Featured Image for a post the image on post page display is being resized to 100% width due to the below line in [Vantage] style.css: article.post .entry-header .entry-thumbnail img { display: block; width: 100%; height: auto;…