-
Add an htmlComponenet (aka embedded widget, iframe) and put it over the repeater.
-
Check if the plan is Premium collapse the iframe.
-
In the iframe code put:
<head>
<style>
body {
backdrop-filter: blur(6px);
}
</style>
</head>
Add an htmlComponenet (aka embedded widget, iframe) and put it over the repeater.
Check if the plan is Premium collapse the iframe.
In the iframe code put:
<head>
<style>
body {
backdrop-filter: blur(6px);
}
</style>
</head>