
-
AuthorPosts
-
September 26, 2019 at 1:40 pm #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.
September 26, 2019 at 3:33 pm #1142305I 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?
September 26, 2019 at 3:58 pm #1142323Please 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.September 27, 2019 at 4:07 pm #1142790Hi
Many thanks for help. I manage to have good quality photos. Now it’s ok.
Thanks again for help.this thread can be closed.
September 27, 2019 at 5:16 pm #1142841Hi crixalis,
We’re glad to hear that :)
And thanks for using Enfold!
@Guenni007 thanks for helping out as always :)Best regards,
Nikko -
This topic was modified 6 years ago by
-
AuthorPosts
- The topic ‘Enfold Photography – original quality picture in full screen slider/’ is closed to new replies.