Description
LMDM Media Library Hover Preview adds a small quality-of-life improvement to the WordPress media workflow: hover an image thumbnail in supported admin views and a larger preview appears near the mouse cursor after a configurable delay.
The plugin works in the Media Library, media picker modals and common post editing screens. It tries to use the best available image size from WordPress attachment data and falls back to the displayed thumbnail URL when needed.
The delay and maximum preview width can be configured under Settings Media. A small loading bar on the hovered thumbnail shows when the preview will appear.
Plugin Features
✔ shows a larger preview for supported image thumbnails in the admin
✔ supports the Media Library grid and list table
✔ supports media picker modals and common editor screens
✔ uses WordPress attachment data to choose a suitable preview size
✔ falls back to the visible image URL when attachment data is unavailable
✔ ignores non-image media types such as videos, audio files and documents
✔ only runs on devices that support hover with a fine pointer
✔ adds a configurable hover delay from 0.5 to 5.0 seconds
✔ adds a configurable maximum preview width from 300 to 800 pixels
✔ shows a compact loading indicator while waiting for the preview
✔ ships with English and German PO, MO, JSON and POT language files
✔ uses no build step and no external JavaScript dependency
Screenshots




Installation
- Upload the plugin files to the
/wp-content/plugins/lmdm-media-library-hover-previewdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the Plugins screen in WordPress.
- Open Settings Media.
- Choose the hover timeout and maximum preview width.
- Hover image thumbnails in the Media Library or media picker.
FAQ
-
Does it affect the frontend?
-
No. The plugin only loads its assets on selected WordPress admin screens.
-
Which media types are previewed?
-
Only image attachments are previewed. The plugin ignores common non-image attachment previews such as video, audio, application and document files.
-
Why does the preview wait before appearing?
-
The delay avoids noisy previews while quickly moving through a media grid. You can change the timeout under Settings Media.
-
Can I change the preview size?
-
Yes. The maximum preview width can be changed under Settings Media in 100 pixel steps from 300 to 800 pixels. The default is 500 pixels.
-
Does it download original full-size images?
-
The plugin prefers available intermediate image sizes such as medium, medium-large or large. If no suitable attachment data is available, it can fall back to the currently displayed image URL.
-
Does it create database tables?
-
No. It stores only WordPress options for the configured hover delay and maximum preview width.
-
What happens when I disable the plugin?
-
The hover previews and Media settings fields disappear. Existing media items and WordPress media data are not changed.
-
The WordPress user “nicmare” vibe coded it. Means he had the idea of the plugin and uses AI to craft the code.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“LMDM Media Library Hover Preview” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “LMDM Media Library Hover Preview” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.6
- current stable release
- added WordPress.org-style readme with changelog
- added English and German translation files
1.1.0
- added configurable hover timeout setting
- added loading indicator for hovered thumbnails
1.0.0
- first release of the plugin
