Created
October 10, 2014 20:59
-
-
Save robflaherty/c3c1d09b6388067e822c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if (document.documentElement.clientWidth < 600) { | |
| jQuery.scrollDepth(); | |
| } |
Author
Pixel Depth and User Timing options are only for the scroll depth plugin. Sorry for the confusion. For Riveted, the only option you need is reportInterval.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't see an option on your site for user timing or pixel depth on the riveted site.. using the syntax I see on the scroll depth site however. Does this look right? Are there other options that are unlisted on riveted? And thanks for the scrollDepth snippet .. makes a lot more sense.