Skip Navigation

[Resolved] Featured image in views displaying low resolution

This thread is resolved. Here is a description of the problem and solution.

Problem:

The issue here is that the user's images were displaying at 150*150px on the frontend.

Solution:

This leads me to believe that the size attribute is being used in the shortcode that is rendering the images.

Could you check to ensure that the size attribute isn't set to render a thumbnail?

Adding a size to the image when displaying it on the frontend can change the original size of the image.

This support ticket is created 5 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 2 replies, has 2 voices.

Last updated by benG-14 5 years, 10 months ago.

Assisted by: Shane.

Author
Posts
#1226418
Screen Shot 2019-04-05 at 15.45.26.png

Hi

I have a view setup for the homepage (bottom of hidden link) but the images are displaying in very low resolution, despite being large images when uploaded.

I have added in this css to crop the images, but even without it they show low quality.

.featimg {
object-fit: cover;
width: 100%;
height: 200px;
}

Any help would be appreciated.

Thanks

#1226470

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Ben,

Thank you for getting in touch.

I took a look at this for you and noticed that your images are rendered at the 150*150 resolution.

This leads me to believe that the size attribute is being used in the shortcode that is rendering the images. Could you check to ensure that the size attribute isn't set to render a thumbnail?

Thanks,
Shane

#1227251

Thank you, images were rendering at 150 as per WordPress media settings. Needed to reupload and reset the featured image of each post for it to work.

Thanks