hi,
Im trying to fit pictures in the slideshow but the alwasy get cropped
Hey FlorianMeise!
Please edit your slider and choose to display images in their original sizes instead of pre-defined sizes.
Best regards,
Yigit
Hey,
I have a AJAX portfolio slideshow and there are no settings to choose to display images in their original sizes
Hi,
Can you please post the link to your page where we can see the issue?
Best regards,
Yigit
I’ill give you acces to the site because its private right now
Hi,
The login details you’ve given doesn’t seem to work.
Best regards,
Nikko
Ups sorry here you go
Hi,
I get a Coming Soon page after logging in and it’s not possible to go to /wp-admin, not sure what’s going on there?
Regards,
Rikard
Thats not possible if you klick on this link you’ll come to the admin area
Hi,
Thank you for the update. We managed to login to the site. If you want to use the source or original image in the ajax slideshow, please add this in the functions.php file:
add_filter('avf_ajax_preview_image_size','avia_change_ajax_preview_image', 10, 1);
function avia_change_ajax_preview_image($size){
$size = 'no scaling';
return $size;
}
Best regards,
Ismael