I'm trying to find the location with revolution slider pro 2, where I can adjust image quality. I can not find the file to adjust it here.
Like at nivo slider:
To change the image quality you need to go to this file
image_view.class.php
and change line 30
private $jpg_quality = 81;
change from 81 to 100
Hi Bert
the revolution does not have the same functions as the nivo. The nivo uses php resize therfore it has a quality fuction .
Revolution does not resize the images with php it does so with css to fit the width of the slider.
so if you loose quality it means the width of your image is less than the width of the slider.
Thanks for fast reply.