Added Image CLS Strings

This commit is contained in:
Andy Miller
2021-04-01 18:53:32 -06:00
parent c97177e0ee
commit af4b0977de

View File

@@ -1099,3 +1099,10 @@ PLUGIN_ADMIN:
REDIRECT_OPTION_301: "301 - Moved permanently"
REDIRECT_OPTION_302: "302 - Moved temporarily"
REDIRECT_OPTION_303: "303 - See Other"
IMAGES_CLS_TITLE: "Cumative Layer Shift (CLS)"
IMAGES_CLS_AUTO_SIZES: "Enable Auto Sizes"
IMAGES_CLS_AUTO_SIZES_HELP: "Automatically add 'width' and 'height' attributes to images to address CLS"
IMAGES_CLS_ASPECT_RATIO: "Enable Aspect Ratio"
IMAGES_CLS_ASPECT_RATIO_HELP: "Optional CSS variable that gets applied via a 'style' attribute which can be used in CSS for custom styling"
IMAGES_CLS_RETINA_SCALE: "Retina Scale Factor"
IMAGES_CLS_RETINA_SCALE_HELP: "Will take the calculated size and divide by scale factor to display a higher resolution image at a smaller pixel size for better handling of HiDPI resolutions"