Update colorbox
This commit is contained in:
@ -148,8 +148,8 @@ class CWV3 {
|
|||||||
|
|
||||||
public function register_frontend_data() {
|
public function register_frontend_data() {
|
||||||
// Colorbox w/ MIT License
|
// Colorbox w/ MIT License
|
||||||
wp_register_style( 'colorbox', plugins_url( 'js/colorbox.1.4.14/colorbox.css', dirname( __FILE__ ) ), '', '1.4.14', 'ALL' );
|
wp_register_style( 'colorbox', plugins_url( 'js/colorbox.1.5.10/colorbox.css', dirname( __FILE__ ) ), '', '1.4.14', 'ALL' );
|
||||||
wp_register_script( 'colorbox_js', plugins_url( 'js/colorbox.1.4.14/jquery.colorbox-min.js', dirname( __FILE__ ) ), array( 'jquery' ), '1.4.14', true );
|
wp_register_script( 'colorbox_js', plugins_url( 'js/colorbox.1.5.10/jquery.colorbox.min.js', dirname( __FILE__ ) ), array( 'jquery' ), '1.4.14', true );
|
||||||
|
|
||||||
// Main data
|
// Main data
|
||||||
wp_register_script( 'cwv3_js', plugins_url( 'js/cwv3.js', dirname( __FILE__ ) ), array( 'colorbox_js' ), uniqid(), true );
|
wp_register_script( 'cwv3_js', plugins_url( 'js/cwv3.js', dirname( __FILE__ ) ), array( 'colorbox_js' ), uniqid(), true );
|
||||||
|
6
js/colorbox.1.4.14/jquery.colorbox-min.js
vendored
6
js/colorbox.1.4.14/jquery.colorbox-min.js
vendored
File diff suppressed because one or more lines are too long
1811
js/colorbox.1.5.10/colorbox.ai
Normal file
1811
js/colorbox.1.5.10/colorbox.ai
Normal file
File diff suppressed because one or more lines are too long
@ -43,4 +43,4 @@
|
|||||||
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
|
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
|
||||||
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
|
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
|
||||||
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
|
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
|
||||||
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
|
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
|
Before Width: | Height: | Size: 570 B After Width: | Height: | Size: 570 B |
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
File diff suppressed because it is too large
Load Diff
7
js/colorbox.1.5.10/jquery.colorbox.min.js
vendored
Normal file
7
js/colorbox.1.5.10/jquery.colorbox.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user