darryncooke
Technical User
So I am implementing the tweetable plugin as well as bg stretch plugin.
to call tweetable i use this funcstion
to call bgstretcher
the problem is that tweetable should only output 5 entries. however when I add the bgstretcher function tweetable doubles the output.
will show you what I mean. Any input on why this is happening?
Darryn Cooke
| Marketing and Creative Services
to call tweetable i use this funcstion
Code:
$('#tweets').tweetable({});
to call bgstretcher
Code:
$(document).ready(function(){
// Initialize Backgound Stretcher
$('BODY').bgStretcher({
images: ['images/bg1.jpg', 'images/bg2.jpg', 'images/bg3.jpg', 'imagesbg4.jpg'], imageWidth: 1920, imageHeight: 1080
});
});
the problem is that tweetable should only output 5 entries. however when I add the bgstretcher function tweetable doubles the output.
will show you what I mean. Any input on why this is happening?
Darryn Cooke
| Marketing and Creative Services