Hey guys, all the images I use, whether in parallax color sections, Full screen sliders, etc… Are all super pixelated… I even used a retina picture that I have as my mac background and it’s super blurry… Even on the demo page, the pictures in some sliders, and the video sliders, are all pixely… I am using Safari… Any ideas?
Hi!
In that case can you post a temporary login? We should see the issue on your website to provide a solution :)
Regards,
Yigit
Hey!
Please go to Appearance > Editor and open Functions.php file and find
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 );
and change it to
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1500, 'height'=>360 );
then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
and make sure to upload your images in 1500x1500px to fullscreen slider
Best regards,
Yigit