Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #698722

    hi,

    Im trying to fit pictures in the slideshow but the alwasy get cropped

    #698724

    Hey FlorianMeise!

    Please edit your slider and choose to display images in their original sizes instead of pre-defined sizes.

    Best regards,
    Yigit

    #700573

    Hey,

    I have a AJAX portfolio slideshow and there are no settings to choose to display images in their original sizes

    • This reply was modified 8 years, 1 month ago by FlorianMeise.
    #701322

    Hi,

    Can you please post the link to your page where we can see the issue?

    Best regards,
    Yigit

    #701430

    I’ill give you acces to the site because its private right now

    #702202

    Hi,

    The login details you’ve given doesn’t seem to work.

    Best regards,
    Nikko

    #702268

    Ups sorry here you go

    #702732

    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

    #703682

    Thats not possible if you klick on this link you’ll come to the admin area

    #704747

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.