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 / book-carousel / view.js
author-website-templates / build / blocks / author-pro / book-carousel 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",function(){document.querySelectorAll(".wp-block-awt-author-pro-book-carousel .glide").forEach(t=>{const e=t.closest(".wp-block-awt-author-pro-book-carousel");if(!e)return;const a=e.getAttribute("data-autoplay"),o={type:"carousel",perView:parseInt(e.getAttribute("data-columns"))||3,gap:parseInt(e.getAttribute("data-gap"))||32,autoplay:("true"===a||"1"===a)&&3e3,hoverpause:!0,breakpoints:{1024:{perView:2},640:{perView:1}}},r=parseInt(e.getAttribute("data-autoplay-speed"));a&&r&&(o.autoplay=r),new Glide(t,o).mount()})});