Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. jQuery(document).ready(function( $ ){
  2. var headerhldr = $('.wpex-sticky-header-holder');
  3. $( window ).scroll(function() {
  4. if(headerhldr.hasClass('is-sticky')){
  5. $('.wpex-sticky-header-holder a.overlay-header-logo').html('<img src="https://745078.smushcdn.com/1283475/wp-content/uploads/logo-black-cali.png?lossy=1&amp;strip=1&amp;webp=1" alt="Vacation Rental Demo" class="logo-img" data-no-retina="data-no-retina" height="28" srcset="https://745078.smushcdn.com/1283475/wp-content/uploads/logo-black-cali-150x23.png?lossy=1&amp;strip=1&amp;webp=1 150w, https://745078.smushcdn.com/1283475/wp-content/uploads/logo-black-cali-300x46.png?lossy=1&amp;strip=1&amp;webp=1 300w, https://745078.smushcdn.com/1283475/wp-content/uploads/logo-black-cali.png?lossy=1&amp;strip=1&amp;webp=1 362w" sizes="(max-width: 362px) 100vw, 362px" data-resize-detection="0">');
  6. } else if(headerhldr.hasClass('not-sticky')){
  7. $('.wpex-sticky-header-holder a.overlay-header-logo').html('<img src="https://745078.smushcdn.com/1283475/wp-content/uploads/logo-white-cali.png?lossy=1&amp;strip=1&amp;webp=1" alt="Vacation Rental Demo" class="logo-img" data-no-retina="data-no-retina" height="28" srcset="https://745078.smushcdn.com/1283475/wp-content/uploads/logo-white-cali-150x23.png?lossy=1&amp;strip=1&amp;webp=1 150w, https://745078.smushcdn.com/1283475/wp-content/uploads/logo-white-cali-300x46.png?lossy=1&amp;strip=1&amp;webp=1 300w, https://745078.smushcdn.com/1283475/wp-content/uploads/logo-white-cali.png?lossy=1&amp;strip=1&amp;webp=1 362w" sizes="(max-width: 362px) 100vw, 362px" data-resize-detection="0">');
  8.  
  9. }
  10. });
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement