Hi,
before I start to add product images to my Replete 1.3.1/woo2.0.3/wp3.5.1 installation (development site) I would like to ask, what would be the best way to prepare them to get the most out for my visitors with and without retina display (or so called HiDPI supported devices).
I did not change any of the sizes configuration in functions.php
Just to see some of them:
$avia_config['imgSize']['fullsize'] = array('width'=>930, 'height'=>930, 'crop'=>false); // big images for lightbox and portfolio single entries
$avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider
$avia_config['imgSize']['featured_small'] = array('width'=>990, 'height'=>280 ); // images for fullsize pages and fullsize slider
Would it be best practice to make the big images for lightbox and portfolio single entries for example the double width, so save it with 1860 pixels and upload them or better 930 pixels?
Any suggestions or white papers for that available?
Thank you
Tom














