Home | History | Annotate | Download | only in js

Lines Matching full:fullscreen

64   // init the fullscreen toggle click event
65 $('#nav-swap .fullscreen').click(function(){
770 var stylesheet = $('link[rel="stylesheet"][class="fullscreen"]');
772 // Currently NOT USING fullscreen; enable fullscreen
774 $('#nav-swap .fullscreen').removeClass('disabled');
779 // Currently USING fullscreen; disable fullscreen
781 $('#nav-swap .fullscreen').addClass('disabled');
785 writeCookie("fullscreen", enabled, null);
4221 Fullscreen Carousel
4229 <div class="fullscreen-carousel">
4230 <div class="fullscreen-carousel-content">
4233 <div class="fullscreen-carousel-content">
4242 a css file. Setting min-height on the .fullscreen-carousel-content elements
4244 short, and setting max-height on the .fullscreen-carousel itself will prevent
4255 $('.fullscreen-carousel').each(function() {
4267 var $content = $widget.find('.fullscreen-carousel-content');