docs: add editor and frontend screenshots to readmes
Add the two screenshots from the assets/ folder to both README.md (GitHub) and readme.txt (WordPress.org), and commit the assets/ directory so the relative image references resolve.
This commit is contained in:
@@ -29,6 +29,20 @@ This WordPress plugin registers a new "Filtered Image" block that lets users pic
|
||||
- **Non-destructive** – Filters are applied with CSS only; original images remain unchanged
|
||||
- **Accessibility** – Alt text is preserved on filtered images
|
||||
|
||||
## Screenshots
|
||||
|
||||
### Editor
|
||||
|
||||
The block's inspector panel in the WordPress block editor. The filter swatch grid sits in the right-hand sidebar alongside the intensity slider.
|
||||
|
||||

|
||||
|
||||
### Frontend
|
||||
|
||||
All eight filter presets applied to the same image, side by side. From left to right, top to bottom: Normal, Warm, Cool, Vivid, Fade, Mono, Dramatic, Sepia.
|
||||
|
||||

|
||||
|
||||
## Development
|
||||
|
||||
### Setup
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.2 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.8 MiB |
+14
@@ -17,6 +17,20 @@ named filter preset and adjust its intensity. Filters are applied with CSS
|
||||
only, so they are reversible, lightweight, and the original image keeps
|
||||
its alt text.
|
||||
|
||||
== Screenshots ==
|
||||
|
||||
1. The block's inspector panel in the WordPress block editor. The filter
|
||||
swatch grid sits in the right-hand sidebar alongside the intensity
|
||||
slider.
|
||||
|
||||

|
||||
|
||||
2. All eight filter presets applied to the same image, side by side. From
|
||||
left to right, top to bottom: Normal, Warm, Cool, Vivid, Fade, Mono,
|
||||
Dramatic, Sepia.
|
||||
|
||||

|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 0.1.0 =
|
||||
|
||||
Reference in New Issue
Block a user