Hi Team Kriesi,
for the starting page i have 1 slideshow for desktop and the same for mobile.
to get better results on pagespeed for the mobile slideshow i resized the ‘entry without sidebar’ to
786×533 (cause it is in the list of image-sizes in the slide-show options).
But it looks like there is somewhere a bit of code, which says – dont take pics under 1200 into this list – cause now
the size ‘entry without sidebar’ is not visible anymore.
How can i make a slideshow for mobile with pics sized 786×533?
Thanks in advance.
Hey xxtita,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi Victoria,
2 pics –
1st – leavin media-size ‘entry_without_sidebar’ as it is – 1210×423 – showing up in full-width slide-show
https://imgur.com/a/OyudL
2nd – changing media-size to 768×533 for mobile version – not showing up in full-width slide-show
https://imgur.com/a/Mx41n
Link to website
regards
oops, 2nd link is wrong
https://imgur.com/a/Mx41n
Hi,
The slideshow only accept thumbnails that are more than 1000px in width. You can find the logic in the config-templatebuilder > avia-shortcodes > slideshow_fullsize.php file, line 632.
"subtype" => AviaHelper::get_registered_image_sizes(1000)
Best regards,
Ismael
Always a pleasure,
works fine,
thanks a lot
oh, just one more question –
and how can i make the same with the fullscreen slideshow?
I tried this code – slideshow_fullscreen.php
“subtype” => AviaHelper::get_registered_image_sizes(750, true)
but does not work as expected.
Any ideas?