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>
Make sure you use the size=full parameter in the image shortcode. See this: https://formidableforms.com/knowledgebase/file-upload/#kb-display-images
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!
Please login or Register to submit your answer