• I want to change title of fancybox:

    $(this).fancybox({
    beforeLoad: function() {
    this.title = ‘hello’;
    }
    });

    It works in the latest version of fancybox.

    Which plugin I have to install into WordPress, so that beforeLoad will work?

The topic ‘Fancybox beforeLoad’ is closed to new replies.