Some Flowcard configuration parameters you define on Experience Manager can be overwritten from within the html content of the Flowcard. You can do so using the following special meta
tags:
mrf-sdk-hero-image-src
Defines the url of the image you want to load as hero element.
Example:
<meta name="mrf-sdk-hero-element-src" content="https://domain.com/my-image-url">
mrf-sdk-hero-image-height
Defines the height in pixels the hero image will have when the card is open. In case there’s not enough onscreen space to respect both this value and the defined active snappoint, the hero image height takes precedence.
Default value is 220px.
Example:
<meta name="mrf-sdk-hero-element-height" content="180">
We strongly recommend not using these meta tags. We are actively changing them and there will be breaking changes.