• Resolved rlitts

    (@rlitts)


    I am looking to a way to have a link open the slider in a FancyBox window on the same page. How can I accomplish this.

    I looked though the documentation but I can seem to find any information on this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rlitts

    (@rlitts)

    I resolved my issue only to have another one.

    I created an ID div and placed the php code generated from Master Slider. I used Java Scrip to Display the DIV and I have the slider showing in FancyBox.

    Now When I open the slider in FancyBox. The images all loaded in thumbnail view. To I added some css to make all of the images within that div load at 100%. Works Great.

    Now I can’t seem to figure out why the slider will not respond to device sizes.

    Plugin Contributor averta support

    (@averta_support)

    Hi @rlitts,

    Thank you for choosing Master Slider.

    Instead of resizing pictures with CSS, trigger thee ‘resize’, or use the below jQuery code:

    msCli('update');

    Also, for images’ size issue after clicking, checkout the below code:

    jQuery('.box').click(function(){ 
        msCli('update');
      });

    Please let me know the result.

    Best,
    Averta

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Use an Icon link to Open Master Slider’ is closed to new replies.