load full image in lightbox
This commit is contained in:
@@ -119,7 +119,7 @@ function dis2019_header_scripts()
|
||||
wp_register_script('fittext', get_template_directory_uri() . '/js/lib/jquery.fittext.js', array('jquery'), '1.0.0'); //
|
||||
wp_enqueue_script('fittext'); // Enqueue it!
|
||||
|
||||
wp_register_script('jquery.colorbox', get_template_directory_uri() . '/js/lib/jquery.colorbox-min.js', array('jquery'), '1.0.0'); //
|
||||
wp_register_script('jquery.colorbox', get_template_directory_uri() . '/js/lib/jquery.colorbox-wpretina.js', array('jquery'), '1.0.0'); //
|
||||
wp_enqueue_script('jquery.colorbox'); // Enqueue it!
|
||||
|
||||
wp_register_script('lettering', get_template_directory_uri() . '/js/lib/jquery.lettering.js', array('jquery'), '1.0.0'); //
|
||||
|
||||
1105
js/lib/jquery.colorbox-wpretina.js
Normal file
1105
js/lib/jquery.colorbox-wpretina.js
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1150,7 +1150,9 @@
|
||||
xhrError: 'A tartalom betöltése nem sikerült. Kérlek próbáld meg később.',
|
||||
imgError: 'A kép betöltése nem sikerült. Kérlek próbáld meg később.',
|
||||
onOpen: disableScroll,
|
||||
onClosed: enableScroll
|
||||
onClosed: enableScroll,
|
||||
retinaUrl: true,
|
||||
retinaSuffix: '$1.$2'
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user