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

ImageLightbox.js

外掛說明

Responsive and touch-friendly lightbox for WordPress.

Has no options. It will run on posts/pages/attachments. It will NOT run on categories, archives, front page etc.

Thanks to:

安裝方式

  1. Upload wp-imagelightbox to /wp-content/plugins
  2. Activate plugin from admin interface

常見問題集

Where are the options?

There aren’t any at the moment!

How to change the imagelightbox type?

At the moment there is no way to change the type unless you edit the code of the plugin. Inside wp-imagelightbox.php you can edit the option parameters to whatever you desire. Please keep in mind they will be overwritten on update.

使用者評論

2016 年 9 月 3 日
As a realtor, my sites depend on images. Big images with few distractions surrounding them. This gives me EXACTLY what I want. I'm new to WP so this is so easy to use. Many thanks!
2016 年 9 月 3 日
Brakuje chociażby kilku podstawowych opcji, jednakże działa najszybciej, najlepiej, i zawsze dostosowuje się do sytuacji.
閱讀全部 5 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈ImageLightbox.js〉的開發相關工作。

參與者

將〈ImageLightbox.js〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

r13

  • One more bump

r12

  • Fixed a typo in the activation code

r11

  • Fixed an issue where swiping left/right and closing the image by touching outside the image didn’t work while logged in (#wpadminbar had a higher z-index)
  • Disabled “history” by default, so we don’t break users back buttons in certain cases, needs more investigation

r10

  • Added !important to our zoom button so it doesn’t get overriden by theme styles (hopefully)

r9

  • Added a very rudimentary “open in a new tab” button to let the browser handle large images (ie: screenshots)
  • Fixed the shape of navigation buttons on mobile (now they are round)
  • Also moved the navigation buttons on the bottom on mobile.

r8

  • Fixed an issue with the init script being present on archive pages
  • Remove the $type from the data-imagelightbox attribute, as we don’t use that anymore

r7

  • Refactored the init script
  • Updated ImageLightbox.js, swapped to https://github.com/rejas/imagelightbox
  • Cleaned a lot of code

r6

  • Forgot to add the new .js name to the repo (can we have git, please, wordpress.org?)

r5

  • Fixed version number loading

r4

  • Added a “view original image” button which opens the current image in a new tab
  • Defaulting to mode=f which corresponds to Osvaldas’ “combination” mode
  • Stuff that I forgot?

r3

  • Fixed dependency on jQuery

r2

  • Tweaked the CSS a bit. Overlay is now dark, nav is “tigther”. Looks better on mobiles phones, too (imho).

r1

  • Initial release