• tayssir.ch

    (@tayssirch)


    Hello everyone,
    thanks for your amazing plugin,
    i have a question, i am using ur plugin using shortcode
    and i am trying to adjust modal height to fit the image height,
    I don’t know if this is the best practice,

    i am trying to do this:

    var image = $('.modal-window-content p img');
    var image_height = image.height();
    $('.wow-modal-window').height(image_height);

    but, how can i trigger when the modal is loaded?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Trigger on modal open ?’ is closed to new replies.