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>
$('.img-parallax').each(function() {
var $image = $(this);
var $imageParent = $(this).parent().parent().parent();
var $imageParent = $(this).parent().parent();

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