PluginProbe ʕ •ᴥ•ʔ
Author Website Templates – Create Writer, Author & Publisher Websites Easily / 1.1.9
Author Website Templates – Create Writer, Author & Publisher Websites Easily v1.1.9
trunk 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9
author-website-templates / build / blocks / author-pro / hero-book-slider / view.js
author-website-templates / build / blocks / author-pro / hero-book-slider Last commit date
block.json 1 month ago index.asset.php 1 month ago index.js 1 month ago render.php 1 month ago style-index-rtl.css 1 month ago style-index.css 1 month ago view.asset.php 1 month ago view.js 1 month ago
view.js
1 lines
1 document.addEventListener("DOMContentLoaded",()=>{document.querySelectorAll(".hero-slider").forEach(e=>{const t=e.closest("section"),o=t?.dataset.autoplay,a=!("false"===o||!o)&&parseInt(o,10),n=new Glide(e,{type:"carousel",perView:1,autoplay:a,hoverpause:!0,animationDuration:1e3,gap:0,focusAt:"center"});n.mount(),new ResizeObserver(()=>{n.update()}).observe(e)})});