• Resolved Martin Bene?

    (@drivezone)


    Hello.

    After few updates I noticed that slider size is from 1st picture adapted to height of highest picture. I can not figure out how to make it responsive as it was before. In that case in on some wide pictures huge empty gap because of one picture which is higher.. Can you help me please?

    Picture of problem: https://ibb.co/yRSFZ4R

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    Please, add the below code in the child theme functions.php file to fix the gallery image auto height issue –

    add_filter('rtcl_single_listing_slider_options', function ($options) {
    	$options['autoHeight'] = true;
    
    	return $options;
    });

    Or you can wait for next release, we will add the code in the next release as default. Hope, will release the next update between 2/3 days.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Gallery slider responsiveness’ is closed to new replies.