Gustavo Luigi 2024-01-11 18:35:11 -03:00
parent 6071d7f7cb
commit cfbf54768c
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
<script> <script>
$('.img-parallax').each(function() { $('.img-parallax').each(function() {
var $image = $(this); var $image = $(this);
var $imageParent = $(this).parent().parent().parent(); var $imageParent = $(this).parent().parent();


function parallaxImg () { function parallaxImg () {
var speed = $image.data('speed'); var speed = $image.data('speed');