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

    (@averta)

    Hi,

    You can get the image of first slide by the following JavaScript code:

    $el = masterslider_instances[0].api.view.slideList[0].$element;
    var image_url = $el.find('.ms-slide-bgcont img').attr('src');
    

    Good luck

Viewing 1 replies (of 1 total)

The topic ‘Get first iamge url’ is closed to new replies.