nlozovan

Untitled

Jun 9th, 2014
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. in Custom CSS settings http://i.imgur.com/JOVeGCd.png :
  2.  
  3. .row.mosaic-view.thumb-view {
  4. opacity: 0;
  5. }
  6.  
  7. in tracking area http://i.imgur.com/ERS0PtE.png :
  8.  
  9. <script>
  10. jQuery(window).load(function(){
  11. jQuery('.row.mosaic-view.thumb-view').css('opacity' , 1 );
  12. });
  13.  
  14.  
  15. </script>
Advertisement
Add Comment
Please, Sign In to add comment