Why Does Timeline Cut Off Images?

I'm posting images from imgur.com right into the timeline (where it auto-embeds upon posting).

Why do the tops & bottoms of some images get cut off at 480w x 270h, while others do not?

How do I change these settings?

The seemingly randomness of it is making me crazy.

Quote · 4 Dec 2015

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

Rules → http://www.boonex.com/terms
Quote · 7 Dec 2015

When posting images to the timeline (embedded or uploaded), timeline either cuts off the top & bottom (attached image from my initial post) or cuts off the left & right of a thumbnail (attached below).

   

How do I size images or media on the timeline so when Dolphin resizes to fit, I get a complete image at that reduced size, one that's NOT missing a top, bottom, left or right side?

   
It's really beginning to aggravate me.

  

I can make the images larger & smaller (via wall module view.css), but I cannot figure out how to stop it from cutting off images.

   

Thanks in advance for some help!

 

Quote · 28 Dec 2015

 

Images are cut-off during resizing you can change this behaviour by changing the the following lines in modules/boonex/photos/classes/BxPhotosConfig.php file:

...
'browse' => array('postfix' => '_t.jpg', 'size_def' => 240, 'square' => false),
'browse2x' => array('postfix' => '_t_2x.jpg', 'size_def' => 480, 'square' => false),
...
Rules → http://www.boonex.com/terms
Quote · 4 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.