Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(window).scroll(function(){
- //hide video to not mess up parallax section
- $('#featured .mejs-mediaelement, #featured .iframe-embed').each(function(){
- if( $(this).parents('.container').css('opacity') <= 0){
- $(this).css('visibility','hidden').hide();
- } else {
- $(this).css('visibility','visible').show();
- }
- });
- if(!$('body').hasClass('mobile')){
- controlsAndInfoPos();
- $('body:not(.mobile) .orbit-wrapper #featured .slide:not(:transparent) article').css({'top': ((- $scrollTop / 5)+logoHeight+headerPadding2+headerResizeOffExtra+extraHeight-extraDef+secondaryHeader) + 'px' });
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment