Image Roulette – Random Image Block

外掛說明

Image Roulette is a plugin that allows you to create galleries from your Media Library and display a random image from those galleries using either shortcodes or Gutenberg blocks. Perfect for displaying rotating testimonials, featured products, random artwork, or any content where you want to show variety.

Features

  • Create Custom Galleries: Organize your Media Library images into custom galleries
  • Random Image Display: Show a different image each time the page loads
  • Gutenberg Block Support: Native block editor integration
  • Shortcode Support: Use anywhere shortcodes are supported
  • Flexible Image Sizing: Choose from registered image sizes or set custom dimensions
  • Aspect Ratio Preservation: Smart resizing that maintains image proportions
  • Accessibility Ready: Full support for alt text, captions, and screen readers
  • User-Friendly Admin: Intuitive interface for managing galleries
  • Bulk Operations: Select, edit, and delete multiple images at once

Usage

Creating a Gallery:
1. Go to Settings Image Roulette in your admin dashboard
2. Click “Create New Gallery”
3. Enter a gallery name
4. Select images from your Media Library
5. Save your gallery

Using the Block:
1. Add the “Image Roulette” block to any page or post
2. Select your gallery from the dropdown
3. Configure image size settings
4. Publish your content

Using the Shortcode:
[imagro id=”gallery_1″]

Shortcode Parameters:
* id – Gallery ID (required)
* size – Registered image size (thumbnail, medium, large, full)
* width – Custom width in pixels
* height – Custom height in pixels

Examples:
* [imagro id="gallery_123" size="large"]
* [imagro id="gallery_123" width="300"]
* [imagro id="gallery_123" width="400" height="300"]

Credits

This plugin was inspired by a request from @michelleames for speednetworkonline.com to create an accessible random image block.

螢幕擷圖

適用於區塊編輯器

這個外掛提供 1 個可供 Gutenberg/區塊編輯器使用的區塊。

  • Image Roulette

安裝方式

  1. Upload the plugin files to the /wp-content/plugins/image-roulette directory, or install the plugin through the plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen
  3. Use the Settings Image Roulette screen to create your first gallery

常見問題集

Can I use multiple galleries on the same page?

Yes! You can use as many Image Roulette shortcodes or blocks as you want on a single page, each displaying from different galleries.

Do images maintain their aspect ratio when resized?

Yes, when using custom width or height (setting one to 0), the plugin automatically calculates the other dimension to maintain the original aspect ratio.

Is the plugin accessible?

Absolutely! Image Roulette includes full support for alt text, image titles, captions, and follows web accessibility standards.

Can I style the output?

Yes, the plugin outputs clean HTML with CSS classes that you can style:
* .imagro-image – Main container
* .imagro-error – Error messages

使用者評論

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

參與者及開發者

以下人員參與了開源軟體〈Image Roulette – Random Image Block〉的開發相關工作。

參與者

〈Image Roulette – Random Image Block〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Image Roulette – Random Image Block〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.0

  • Initial release
  • Gallery creation and management
  • Gutenberg block support
  • Shortcode support
  • Custom image sizing
  • Accessibility features
  • Bulk image operations