Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor averta support

    (@averta_support)

    Hi,

    Thank you for choosing Master Slider 🙂

    Please follow below steps:
    1. Navigate Slider Callbacks on Master Slider.
    2.Add new call back on slider int.
    3. Copy and paste this code:

    function(event){
      var api = event.target;
      
      jQuery(document).on('pumAfterOpen', function() {
        api.__resize('ture');
      });
      
    }

    Now __resize will run after the pop-up opened.

    Please let me know if you still experience issues.

    Best,
    Averta

    Hi, I tried this, it still shows the images very small when the slider is in a popup window, different than viewing the slider elsewhere

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Issues with Master Slider in Popup’ is closed to new replies.