Files
marcusquinn 4c1bee9dbe Fix CSS and JavaScript formatting issues
- Updated stylelint configuration to fix CSS formatting issues
- Updated ESLint configuration to fix JavaScript issues
- Added global variables to ESLint configuration
2025-04-21 15:04:05 +01:00
..

Plugin Assets

This directory contains assets for the plugin, including:

  • banner/: Banner images for the plugin
  • icon/: Icon images for the plugin
  • screenshots/: Screenshots of the plugin in action

These assets are used in the plugin's WordPress.org page and in the plugin itself.

Asset Requirements

Banner

  • Regular: 772x250 pixels
  • Retina: 1544x500 pixels
  • PNG or JPG format

Icon

  • Regular: 128x128 pixels
  • Retina: 256x256 pixels
  • PNG format with transparency

Screenshots

  • Should be at least 1200 pixels wide
  • PNG or JPG format
  • Should demonstrate the plugin's functionality

Adding Assets

When adding new assets:

  1. Place the files in the appropriate directory
  2. Update the readme.txt file to reference the new screenshots
  3. Update the WordPress.org assets if the plugin is published there

For more information about WordPress.org plugin assets, see the .wordpress-org/WORDPRESS_ORG_ASSETS.md file.