Advertisement
srikat

Untitled

Aug 26th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. (function( $ ) {
  2. "use strict";
  3.  
  4. // Home Top Background Image - Image Control
  5. wp.customize( 'sk_home_top_background_image', function( value ) {
  6. value.bind( function( to ) {
  7. $( '.home-top' ).css( 'background-image', 'url( ' + to + ')' );
  8. } );
  9. });
  10.  
  11.  
  12. })( jQuery );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement