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
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 |
Has anyone had this issue and know how to fix? |
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 |
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; } |
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 |
hi i am having issue of images cropping at modzzz mod.. http://www.clipular.com/c/5839361189871616.png?k=P1s4lRxBAXpArNzIB5CsYsSMri8 |
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 |
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. |