
內容簡介
使用 Dmitry Semenov 的 PhotoSwipe 和 Slick Carousel 構建的 WooCommerce 圖庫外掛。photoswipe 和 slick carousel。
WooSwipe 應該可以直接與您的 WooCommerce 圖庫設置配合使用。只需調整外觀 > 客製化 > WooCommerce > 產品圖像中的圖像大小。更改圖像大小時,您可能需要重建縮略圖。(注意: 如果您的佈景主題聲明佈景主題圖像大小,則可能無法更改它們。)
響應式
非常適合手機瀏覽
鍵盤控制
完整圖像大小
2 種顏色選擇
Pinit 到 Pinterest 選項
計劃功能:
* 顯示標題或圖片說明
操作:
wooswipe_before_main
wooswipe_after_main
篩選器:
wooswipe_zoomed_image_size
add_filter( ‘wooswipe_zoomed_image_size’, ‘max_image_size’, 10, 1 );
function max_image_size( $size ) {
$size = “large”;
return $size;
}
加入聊天 https://gitter.im/thriveweb/wooswipe
更多信息在此
外掛標籤
開發者團隊
② 後台搜尋「WooSwipe WooCommerce Gallery」→ 直接安裝(推薦)
📦 歷史版本下載
原文外掛簡介
A WooCommerce gallery plugin built using PhotoSwipe from Dmitry Semenov. photoswipe and slick carousel.
WooSwipe should work out of the box with your WooCommerce gallery settings. Simply adjust your image sizes in Appearance > Customize > WooCommerce > Product Images. You may need to rebuild your thumbnails when changing image sizes. (Note: If your theme declares theme image sizes then you may not be able to change them.)
Responsive
Very Mobile Friendly
Keyboard control
Full image size
2 colour options
Pinit to Pinterest option
Planned Features:
* Show titles or captions
Actions:
wooswipe_before_main
wooswipe_after_main
Filter:
wooswipe_zoomed_image_size
add_filter( ‘wooswipe_zoomed_image_size’, ‘max_image_size’, 10, 1 );
function max_image_size( $size ) {
$size = “large”;
return $size;
}
Join the chat at https://gitter.im/thriveweb/wooswipe
More Info here
