Assistance needed formatting image from Ticker / RSS

Hi,

I have taken on a project to get newly published article pictures to a ticker/rss feed in xibo.

I’ve gotten ticker to work except i would like to change the size of image on xibo feed. And i cant figure out how to do this.

Ideal would be if i could just extract the image and and Title and nothing more. And then use optional style sheet with div tags?

First time trying RSS-feed.

Thanks in advance!

RSS-feed looks like this:

https://www.codepile.net/pile/AvPa5Dqj

solved with css.

{
img
width: %;
height: auto;
}