Skip to main content

Posts

Showing posts from August 20, 2023

Adaptive Background Widget Media Carousel Elementor

Berikut ini adalah script untuk merubah warna background dari image yang ada di Media Carousel Elementor menjadi sesuai atau mendekati dengan warna yang ada pada gambar di slide.  Simpan Script ini di Widget HTML pada elementor  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.adaptive-backgrounds/1.0.3/jquery.adaptive-backgrounds.min.js"></script> <script>   document.querySelector('.imageOne img').setAttribute('data-adaptive-background','');   document.querySelectorAll('.slideShow .elementor-carousel-image').forEach((cImg)=>{     cImg.setAttribute('data-adaptive-background','');     cImg.setAttribute('data-ab-css-background','')   })   jQuery(document).ready(function($){     $.adaptiveBackground.run();   }); </script> Video tutorial simak di yotuube  https://www.youtube.com/watch?v=Ujdol8-CEQU Selamat mencoba