We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey man
I use your plugin in my folio and I've added a callback on the finish of the load at the fade out of the load image
You can put this " options.onFinish() " at the line 124 and pass a function like this at the plugin call:
$("body").screw({ loadingHTML: '', onFinish: function(){ if($(window).height() > $(window).width()){ $('.screw-content').width($(window).height()) }else{ $('.screw-content').width($(window).width()) } } });
Thank's man good job btw
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey man
I use your plugin in my folio and I've added a callback on the finish of the load at the fade out of the load image
You can put this " options.onFinish() " at the line 124 and pass a function like this at the plugin call:
$("body").screw({$(window).height() > $ (window).width()){
loadingHTML: '',
onFinish: function(){
if(
$('.screw-content').width($(window).height())
}else{
$('.screw-content').width($(window).width())
}
}
});
Thank's man good job btw
The text was updated successfully, but these errors were encountered: