I want to change the size of parallax promo box like usual promo box size. Which JS that I need to edit to change the image size of parallax?
Here's my code:
<div class="promo parallax promo-dark bottommargin" style="background-image: url('<?= base_url() ?>assets/images/parallax/7.jpg');" data-bottom-top="background-position:0px 100px;" data-top-bottom="background-position:0px -100px;">
<div class='container'>
<h3>Kami percaya bahwa setiap bisnis <b>UNIK</b>! </h3>
<span>Sehingga memerlukan strategi yang unik pula.</span>
<a href="#" class="button button-xlarge button-rounded">Hubungi Kami</a>
</div>
</div>Thank you
