packages/ecl/components/ecl-text-media/ecl-text-media-title.directive.ts
Sets the --ecl-image-anchor CSS custom property for an image used
within the ecl-text-media component.
Intended to be used together with img[eclMediaContainerImage]
from the ecl-media-container component.
| Selector | img[eclTextMediaImgAnchor] |
Inputs |
| eclTextMediaImgAnchor |
Type : "center" | "top left" | "bottom right" | "20% 20%"
|
Default value : 'center'
|