Skip to content

A little deck.js plugin to defer loading of iframes until their slide is (almost) active

Notifications You must be signed in to change notification settings

groovecoder/deckjs-iframes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

deck.js iframes

A little deck.js plugin to defer loading of iframes until their slide is (almost) active

Installation

Add the script to your deck's html and call it:

<script src="[your server]/deck.iframes.js"></script>
<script>
    $(function() {
        $.deck('iframes');
    });
</script>

About

A little deck.js plugin to defer loading of iframes until their slide is (almost) active

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published