Photos too large in RSS and uploads in 7.2

We have an issue with photos not resizing ( and are very large) in RSS feeds and in homepage layout.  The photos are so large, they get cut off in browser,  See attached photo.

 

Any idea how to fix this issue?

 

Thank You in advance

Quote · 29 Oct 2015

Has anyone had this issue and know how to fix?

Quote · 30 Oct 2015

Thank you for the report:

https://github.com/boonex/dolphin.pro/issues/166

Also could you provide the RSS feed with big images which cause such problem ?

Rules → http://www.boonex.com/terms
Quote · 4 Nov 2015

Changing the "img" class with allow image class to scale within the <div></div> structure. Add this to your css file. The properties for existing img class will have to be removed. 

 

img {max-width:100%}
BEFORE
a, form, img, p {
    border:0px;
    border-style:none;
    margin:0px;
    padding:0px;
}
AFTER 
a, form, p {
    border:0px;
    border-style:none;
    margin:0px;
    padding:0px;}
img {
    display: block;
    max-width: 100%;
    border:0px;
    border-style:none;
    margin:0px;
    padding:5px;
}
Quote · 4 Nov 2015

Does this include photos uploaded elsewhere, e.g., events, which are not being resized on smaller (e.g., mobile) screens?

 

See attached images from http://demo.boonex.com/m/events/view/CDL-Action

Quote · 24 Nov 2015

hi i am having issue of images cropping at modzzz mod..

http://www.clipular.com/c/5839361189871616.png?k=P1s4lRxBAXpArNzIB5CsYsSMri8


Quote · 25 Nov 2015

Thank you for the report:

https://github.com/boonex/dolphin.pro/issues/198 

Does this include photos uploaded elsewhere, e.g., events, which are not being resized on smaller (e.g., mobile) screens?

 

See attached images from http://demo.boonex.com/m/events/view/CDL-Action

 

Rules → http://www.boonex.com/terms
Quote · 25 Nov 2015

Hello

Thank you for the report:

https://github.com/boonex/dolphin.pro/issues/166

Also could you provide the RSS feed with big images which cause such problem ?

The issue was fixed.

Quote · 8 Dec 2015
 
 
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.