Hi Vasil,
you are right, there is a bug in the latest RC, please replace the following line in the main.js:
RC3
var globalContactPhotoScaleFactor=1.5;
FIX
if(typeof globalContactPhotoScaleFactor==='undefined') var globalContactPhotoScaleFactor=1.5;
and it will work.
JM
On 22 Nov 2014, at 14:00, Vasyl Olenchenko olenchenko@gmail.com wrote:
Hi Jan.
I have added
var globalContactPhotoScaleFactor=2;
to my config.js, than executed cache_update.sh but it did nit helped - I still have photos resized to 246*274px. I have also tried to set globalContactPhotoScaleFactor to 1 and it also did not change anything.
Any advise?