Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1142261

    Hello

    Thanks for helping me with previous problems.

    I came with a new question.
    I wish I could put original quality picture on my home page full screen slider. I want to be full size, full quality. Now the quality it’s lower than original picture.
    It’s a site with photographer business and quality must be good.
    Also in Portfolio Items where I have all my picture I want to be full quality thumbnail. There it’s Masonry Gallery. All picture under this gallery I want to be original quality. When you click one picture and get full screen picture view with left and right navigation arrow, picture are full quality. But when you are on site page picture preview are lower quality.

    Thanks.

    • This topic was modified 6 years ago by crixalis.
    #1142305

    I wish I could put original quality picture on my home page full screen slider. I want to be full size, full quality. Now the quality it’s lower than original picture.

    on fullscreen-slider the height is the decisive value here. If the proportions do not correspond exactly to the set screen aspect ratio, then the image must be enlarged until the height fits. So the image will be trimmed.

    But it takes (if you have choosen on Slideshow Image and Video Size – Choose image and Video size for your slideshow.: No scaling) the full resolution images – ?

    On Masonry Gallery : is it the Masonry Portfolio or Posts – or do you mean the Masonry Gallery for Images?

    #1142323

    Please have a look at your source code to see if you really get the full resolution of the Lightbox pictures.

    To set the source for the thumbnails there is, as far as I know, no filter that would make our work easier.
    But you can put a copy of the av-helper-masonry.php in the Child-Theme folder ( best in a subfolder: shortcodes ), and then edit this copy.

    search for the function prepare_loop_from_entries
    ( on Enfold 4.6.2 it is line : 601) – you will find on 612 :

    $img_size	 = 'masonry';
    //change to :
     $img_size	 = 'full';

    to load the edited ALB elements put this to child-theme functions.php

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths){
      $template_url = get_stylesheet_directory();
          array_unshift($paths, $template_url.'/shortcodes/');
      return $paths;
    }

    refresh all cachings – merging – performance tools.
    Look to your page.

    #1142790

    Hi
    Many thanks for help. I manage to have good quality photos. Now it’s ok.
    Thanks again for help.

    this thread can be closed.

    #1142841

    Hi crixalis,

    We’re glad to hear that :)
    And thanks for using Enfold!


    @Guenni007
    thanks for helping out as always :)

    Best regards,
    Nikko

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Enfold Photography – original quality picture in full screen slider/’ is closed to new replies.