Changeset 1102


Ignore:
Timestamp:
12.07.2010 21:40:17 (19 months ago)
Author:
zmsdev
Message:

Revised fancybox-defaults: autoScale=false and hideOnContentClick=true.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/plugins/www/jquery/plugin/jquery.plugin.extensions.js

    r970 r1102  
    2121        pluginFancybox('a.fancybox',function() { 
    2222                        $('a.fancybox').fancybox({ 
     23                                'autoScale'             : false, 
    2324                                'titleShow'             : false, 
     25                                'hideOnContentClick': true, 
    2426                                'transitionIn'  : 'elastic', 
    2527                                'transitionOut' : 'elastic' 
Note: See TracChangeset for help on using the changeset viewer.