Skip Navigation

[Resolved] How can I make the featured image shortcode display full size instead of thumbnail

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

Problem: I am using the wpv-post-featured-image shortcode to display the featured image, but it looks low quality. How can I use the full-size image?

Solution: Add the size attribute to the shortcode:

[wpv-post-featured-image size="full"]

Relevant Documentation: https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-post-featured-image

This support ticket is created 6 years, 2 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
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 4 replies, has 2 voices.

Last updated by chrisC-25 6 years, 2 months ago.

Assisted by: Christian Cox.

Author
Posts
#623059

I am trying to: I want the small album images to look better, not thumbnail quality.

Link to a page where the issue can be seen:
hidden link

The albums look fuzzy as they are being pulled from thumbnail instead of full size....

#623077

Hi, can you share the Loop Output code for this View, as well as any associated Content Templates? I would like to see how you have inserted each image.

#623102

Hi

Here is the loop:

[wpv-layout-start]
[wpv-items-found]
<!-- wpv-loop-start -->
<wpv-loop wrap="3" pad="true">
[wpv-item index=1]
<div class="row no-gutters">
<div class="col-sm-4">[wpv-post-body view_template="Loop item in View"]</div>
[wpv-item index=other]
<div class="col-sm-4">[wpv-post-body view_template="Loop item in View"]</div>
[wpv-item index=3]
<div class="col-sm-4">[wpv-post-body view_template="Loop item in View"]</div>
</div>
[wpv-item index=pad]
<div class="col-sm-4"></div>
[wpv-item index=pad-last]
<div class="col-sm-4"></div>
</div>
</wpv-loop>
<!-- wpv-loop-end -->
[/wpv-items-found]
[wpv-no-items-found]
[wpml-string context="wpv-views"]No items found[/wpml-string]
[/wpv-no-items-found]
[wpv-layout-end]
<br>
Content here:

<td><a href="[wpv-post-url]">[wpv-post-featured-image]</a></td>

#623108

Add the size attribute to the featured image shortcode:

[wpv-post-featured-image size="full"]

This Views shortcode and its options are documented here:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-post-featured-image

#623113

Perfect, thanks!

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.