Hey y’all,
First of - Much appreciate the Loops and Logic Plug-in and intend to plug it in an upcoming post of mine as I’ve found it to be useful in getting some really simple, but essential dynamic layout stuff up and running. Kudos to the developers behind it. Really, can’t thank you enough for the solid work.
I’m still new at using it and have run into and issue in leveraging the ‘Styled blog post grid’ example the plug-in comes with. The hero images that accompany the posts (actually pages) I wish to promote look super blurry as they get scaled to 300x100 (originally 1500x500), I’ve tried to change this with no luck.
I think the line I need to alter is the following (Line 13):
<img src="{Field image_url size=medium}" class="{Field image_post_class}" alt="{Field image_alt}" srcset="{Field image_srcset}" sizes="{Field image_sizes}">
to
<img src="{Field image_url size=400,150}" class="{Field image_post_class}" alt="{Field image_alt}" srcset="{Field image_srcset}" sizes="{Field image_sizes}">
I’ve also tried sizes
instead of size
, but the images keep showing up resized to 300x100, as you can see here: www.lasselaursen.com
Open to any suggestions!
Thanks in advance,
Gazoo