Home › Forums › All Other Themes › Changing Featured Image Resolution on Main Blog Page
- This topic has 7 replies, 2 voices, and was last updated 6 years ago by Sonl Sinha.
-
AuthorPosts
-
November 13, 2018 at 1:59 am #111527
On the Event Planners theme, we’ve enlarged the featured image for an article on the main blog page. However, because of the srcset, the image is blurry. We would like to have these images be the correct resolution at our desired size.
November 13, 2018 at 12:00 pm #111556Hi,
Kindly show us your website URL so that we can assist further.
Regards,
ChrisNovember 13, 2018 at 1:08 pm #111568You can access it here: http://urlgone.com/540d9a/
November 13, 2018 at 1:19 pm #111571Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.lay4 .hentry img { width:auto;}
Regards,
ChrisNovember 13, 2018 at 1:49 pm #111574Yes; however, this merely shrinks the images down, instead of allowing them to span the entire article width on the front page.
November 14, 2018 at 11:45 am #111625Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.lay4 .post_image { width:40% !important;} .lay4 .post_content { width:58%; float:left;} .lay4 h2 a { font-size:24px !important;} @media screen and (max-width:479px) { .lay4 .post_image { width:100% !important;} }
Regards,
ChrisNovember 14, 2018 at 12:54 pm #111637Okay, this support is not meeting expectations and needs to get on-point immediately.
We need a large featured image above the title and article preview, and one that is not blurry due to the srcset on the front page. This is a very simple design request. Please re-review your offered solutions, as they merely setup the page like the original template.
November 16, 2018 at 10:50 am #111792Hi,
Remove CSS
.lay4 .post_image { width:40% !important;} .lay4 .post_content { width:58%; float:left;} .lay4 h2 a { font-size:24px !important;} @media screen and (max-width:479px) { .lay4 .post_image { width:100% !important;} }
Add New CSS
.lay4 .post_image { width:100% !important;} .lay4 .hentry img { width:auto;} .lay4 .post_content { width:108%; float:left;} .lay4 h2 a { font-size:24px !important;} @media screen and (max-width:479px) { .lay4 .post_image { width:100% !important;} }
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.