We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3215a53 commit fc5975bCopy full SHA for fc5975b
examples/yoti_example_flask/templates/dynamic-share.html
@@ -70,8 +70,12 @@ <h3 class="yoti-sponsor-app-header">The Yoti app is free to download and use:</h
70
"clientSdkId": "{{ yoti_client_sdk_id }}",
71
"shareUrl": "{{ yoti_share_url }}",
72
"button": {
73
- "label": "Use Yoti"
74
- }
+ "label": "Use Yoti",
+ "align": "center",
75
+ "width": "auto",
76
+ "verticalAlign": "top"
77
+ },
78
+ "type": "modal"
79
}]
80
});
81
</script>
0 commit comments