Advertisement
Guest User

Untitled

a guest
Mar 18th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1.  
  2. <script>
  3. jQuery(document).ready(function() {
  4. if(jQuery(window).width() <= 800){
  5. jQuery('#main-header img#logo').attr('src','/wp-content/uploads/2018/03/mobile-logo.jpg');
  6. });
  7. });
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement