额外区块类型 (EBT) - 全新的布局构建器体验❗
GLightbox is a pure javascript lightbox (Colorbox alternative without jQuery)❗
It can display images, iframes, inline content and videos with optional autoplay for YouTube, Vimeo and even self-hosted videos.
滚动
14/10/2025, by Ivan
在本视频中,我将为 Views Slideshow 进行主题化,重写几个模板并集成 jCarousel 插件,用于对幻灯片分页器(pager)进行美化。
使用的模块:
Views Slideshow - http://drupal.org/project/views_slideshow
插件:
jQuery jCarousel - http://sorgalla.com/projects/jcarousel/
用于运行 jCarousel 的代码:
(function ($, Drupal, window, document, undefined) {
$(document).ready(function(){
$('#widget_pager_bottom_portfolio_slideshow-block').jcarousel();
});
})(jQuery, Drupal, this, this.document);