這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Product Image wrapper for WooCommerce

外掛說明

Wraps the product image in the loop

(German version below)

In may situations you are frustrated about the different image heights of your product images. If you not want to
crop the images you can use this plugin. It puts a wrapper div-element around the images so you can adjust the height by using
css. See the example.

After you activated the plugin, go to Options -> Product wrapper and add or change the specific css rules.

Image wrapper für WooCommerce

Produktbilder haben oft verschiedene Größen und das lässt sich bei WooCommerce nicht so gut darstellen ohne die Bilder
automatisch zuzuschneiden. Dieses Plugin platziert um jedes Produktbild ein DIV-Element, sodass du für alle Produkte
dieselbe Höhe setzen kannst. Sieh dir das Beispiel an.

Nach der Aktivierung des Plugins findest du die Einstellungen unter “Einstellungen -> Product wrapper”. Hier kannst du
die Regeln ändern oder neue hinzufügen.

Example CSS:

.wciw-product-image-wrapper {
min-height: 210px;
}

.wciw-product-image-wrapper img {
width: inherit!important;
margin: 0 auto !important;
}

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Product Image wrapper for WooCommerce〉的開發相關工作。

參與者