How about Photo View also supports Retina

Although Dolphin 7.3 photo modules have support Apple's Retina display,  but only only thumbnail (browse) support for Retina. for now:

 

        $this->aFilesConfig = array (

            'icon' => array('postfix' => '_ri.jpg', 'size_def' => 32, 'square' => true),

            'thumb' => array('postfix' => '_rt.jpg', 'size_def' => 64, 'square' => true),

            'browse' => array('postfix' => '_t.jpg', 'size_def' => 240, 'square' => true),

            'browse2x' => array('postfix' => '_t_2x.jpg', 'size_def' => 480, 'square' => true),

            'file' => array('postfix' => '_m.jpg', 'size_def' => 600),

            'original' => array('postfix' => '.{ext}'),

        );

 

If Dolphin 7.4 or Dolphin 10, browsing photos web page also support Retina display? for example:
 

        $this->aFilesConfig = array (

            'icon' => array('postfix' => '_ri.jpg', 'size_def' => 32, 'square' => true),

            'thumb' => array('postfix' => '_rt.jpg', 'size_def' => 64, 'square' => true),

            'browse' => array('postfix' => '_t.jpg', 'size_def' => 240, 'square' => true),

            'browse2x' => array('postfix' => '_t_2x.jpg', 'size_def' => 480, 'square' => true),

            'file' => array('postfix' => '_m.jpg', 'size_def' => 600),

            'file2x' => array('postfix' => '_m2x.jpg', 'size_def' => 1200),

            'original' => array('postfix' => '.{ext}'),

        );

https://www.insoler.com/ The first community site supports RAW photo formats !
Quote · 1 Apr 2016

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

Rules → http://www.boonex.com/terms
Quote · 13 Apr 2016

I'm looking forward to a better dolphin.

Thank you AlexT, Best regards.

https://www.insoler.com/ The first community site supports RAW photo formats !
Quote · 14 Apr 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.