Here is a script I am working with:
<script src="http://static.tumblr.com/mviqmwg/XyYn59y3a/jquery.photoset-grid.min.js"></script>
<script>
$(document).ready(function() {
$('.photoset-grid').photosetGrid({
gutter: '0px',
});
});
</script>
<!-- /Photoset-grid script -->
This Javascript code creates a "jump into grid" effect for images.
I would like to display everything normally without the jumping effect. Is it possible to use a hide effect in CSS and then show the content once it is fully loaded?
Any advice on this matter would be greatly appreciated! Thank you!