Is it possible to resize RSS feed images?

Hello Dolphins,

I have an RSS news on my index page (other website url) and its working very good but the images are a bit large and sometimes different in size.

I was wondering if we can determine the size of the images the RSS feed uses.

Thank you.

Sometimes communicating your problem and putting it out there is enough to solve it
Quote · 15 May 2012

I would think it is your site "feeds," depends on their image sizes.

I used to do those but removed because of that and sometimes the "comment" would be too much and make the page stretch out to long.

Just guessing..

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 15 May 2012

 common.css

 

put 


.rss_item_desc  img{

float:right;width:70px;height:50px;clear: right;padding-left: 10px;

 }

 

or see here fall cod

 

/* * * * RSS Feed * * * */

    .rss_item_wrapper {

        padding-bottom: 8px;

    }

 

.rss_item_wrapper:last-child {

padding-bottom: 0px;

}

 

.rss_item_header

{

font-size:12px;

font-weight:bold;

padding-bottom:0px;

}

 

.rss_item_header a,

.rss_item_header a:link,

.rss_item_header a:visited,

.rss_item_header a:hover,

.rss_item_header a:active

{

font-size:12px;

font-weight:bold;

        color:#33c;

}

 

.rss_item_info

{

color:#999;

font-size:9px;

}

 

 

 

 

 

.rss_item_desc  img{

float:right;width:70px;height:50px;clear: right;padding-left: 10px;

 }

 

 

 

 

 

 

.rss_item_desc

{

text-align:justify;

font-size: 11px;

}

 

.rss_read_more

{

background-color:#EDEDED;

font-size:11px;

font-weight:normal;

height:30px;

line-height:30px;

vertical-align: middle;

/*margin-bottom:1px;*/

margin-top:2px;

padding:0 9px;

 

text-align:left;

text-decoration:none;

text-transform:capitalize;

}

 

.loading_rss {

text-align:center;

width:89px;

height:64px;

background-image:url(../images/loading_bg.png);

z-index: 10;

margin: 10px auto;

}

 

.loading_rss img {

margin-top: 16px;

}

 

.loading_rss div {

width:89px;

height:64px;

background-image:url(../images/loading.gif);

background-position:center center;

background-repeat:no-repeat;

}

 
Quote · 16 May 2012

itoto4,  thanks for the code but I didn't understand exactly what do I need to do. Can you please make in color the lines or code I need to change.

And btw, are you related to the sports website itoto4?

Sometimes communicating your problem and putting it out there is enough to solve it
Quote · 16 May 2012

ADD   common.css

.rss_item_desc  img{

float:right;width:70px;height:50px;clear: right;padding-left: 10px;

 }


http://www.itoto4.com/

http://xmako.com/

Quote · 16 May 2012

pic right

 

.rss_item_desc  img{

float:right;width:70px;height:50px;clear: right;padding-right: 10px;

 }

 

pic left

 

 

.rss_item_desc  img{

float:left;width:70px;height:50px;clear: left;padding-left: 10px;

 }

 

Surprised

Quote · 16 May 2012

 I will try it, Thanks.

 

ADD   common.css

.rss_item_desc  img{

float:right;width:70px;height:50px;clear: right;padding-left: 10px;

 }


http://www.itoto4.com/

http://xmako.com/

 

Sometimes communicating your problem and putting it out there is enough to solve it
Quote · 16 May 2012

This works a treat. Thanks!

Quote · 18 Apr 2013

I used this code in common.css and it allowed the rss photos to be a little bigger, but still resize depending on box size.

 

/* * * * RSS Feed * * * */

 

 .rss_item_desc  img {

    max-width: 100%;

    height: auto;

Quote · 26 Jan 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.