vendi-advertising/vendi-thumbnail-from-yaml

Register WordPress thumbnails in YAML

1.0.5 2023-05-15 12:01 UTC

This package is auto-updated.

Last update: 2024-04-15 13:47:56 UTC


README

PHP Composer

Store thumbnail information in YAML so that it is easier to find, read and edit.

normal-crop-true:
  width: 1920
  height: 1281
  crop: true
normal-array:
  crop: [center, bottom]
normal-multiplier:
  width: 100
  height: 100
  multipliers: [ 2 ]