| Current Path : /var/www/templates/jl_twitch_free/particles/ |
| Current File : /var/www/templates/jl_twitch_free/particles/sticky.html.twig |
{% extends '@nucleus/partials/particle.html.twig' %}
{% block javascript_footer %}
{% do gantry.load('jquery') %}
<script src="{{ url('gantry-theme://js/jquery.sticky.js') }}"></script>
<script>
jQuery( document ).ready(function( $ ) {
$("#{{particle.id}}").sticky({ topSpacing :{{particle.spacing}},zIndex: 999 });
});
</script>
{% endblock %}