master
parent
6071d7f7cb
commit
cfbf54768c
|
@ -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');
|
||||||
|
|
Loading…
Reference in New Issue