RSS Image Size

RSS > Sources > Layout > Post
Post Style > Customize > Image Ratio

With regard to the image ratio selection, when I select any of the options besides default (1:1, 4:3 or anything) it does not change the thumbnail size. Is there a way to change the size of the thumbnail so the image it larger and not cut off?

Ideally I would like to get rid of everything below the photo except for the “search…” link and have the photo fill up the space.[quote=“user12425, post:1, topic:53960, full:true”]
RSS > Sources > Layout > Post
Post Style > Customize > Image Ratio

With regard to the image ratio selection, when I select any of the options besides default (1:1, 4:3 or anything) it does not change the thumbnail size. Is there a way to change the size of the thumbnail so the image it larger and not cut off?

Ideally I would like to get rid of everything below the photo except for the “search…” link and have the photo fill up the space.

1 Like

Hi there @user12425 :wave:

Please let me discuss it with our dev team. I’ll get back to you a bit later :slightly_smiling_face:

Our devs have identified the issue with the Image Ratio setting. We’ll investigate it further and I’ll get back to you once the fix is released :slightly_smiling_face:

As a temporary solution, you can use this code to change the image size - Change image size.

And this code will help you hide the preview link description:

[class*="PreviewLink__Title-sc"],
[class*="PreviewLink__Description-sc"] {
  display: none;
}

Both codes should be added to the Custom CSS field on the Appearance tab of your widget’s settings.

Check them out and let me know how they worked :wink:

Looks fantastic!! Thank you!

1 Like

Great!

If anything else comes up, feel free to drop a line here. We’ll be delighted to help :slightly_smiling_face:

Hi @user12425 :wave:

Apologies for the delayed response!

The images in your widget are part of the generated link cards that are placed in the <description> tags in your XML file and cannot be adjusted with Image Ratio settings.

To control the image size with the Image Ratio option, images should be placed in the <enclosure type="image/jpeg" url="..."> tags.

So, the Image Ratio setting works correctly and you are very welcome to continue using the CSS code I’ve shared in my previous message :slightly_smiling_face: