Pixelated images in Views

By: Julius Lopez | Asked: 12/31/2022
ForumsCategory: General questionsPixelated images in Views
Julius LopezJulius Lopez asked 2 years ago
Hey all, Just started with Formidable Forms this month and I gotta say it's been easy to get my brain around the way it works. So far I have been able to get it to do what I need. So far. I'm posting this question because I've run into a small issue related to how images appear in a View. My images are displaying as thumbnails, and get pixelated when I attempt to resize them. How do I tell Formidable Forms to use a larger version of the image for display? I'm crossing my fingers I might get a response before tomorrow, but hey, dream big right? Thanks to anyone who offers help. I really appreciate it. The assigned shortcode '[238]' points to 1200x900 images uploaded via a form. Here's how I have setup the Grid view:
<div class="category-listings-blurb">
<a href="[detaillink]">
<div>
<img class="category-listing-image" src="[238]" width="900" height="600">
</div>
<div class="category-listing-company-name">
<h2>[88]</h2>
</div>
</a>
</div>
Attachments
1 Answers
Victor Font answered 2 years ago
Make sure you use the size=full parameter in the image shortcode. See this: https://formidableforms.com/knowledgebase/file-upload/#kb-display-images
Julius LopezJulius Lopez replied 2 years ago

Thank you!

I've replaced the 'img' tag with just the FF code [238 size=full show_image=1] and moved the 'class' into the 'div'.

It looks great!

Now just a little CSS and this part's done.

I really appreciate you're taking a moment to reply.

Have a great New Year!

Making the Best WordPress Plugin even better - Together

Take on bigger projects with confidence knowing you have access to an entire community of Formidable Experts and Professionals who have your back when the going gets tough. You got this!
Join the community
crossarrow-right