How to add a image on consent_modal #479
Answered
by
orestbida
amitsarkerr
asked this question in
Q&A
-
Hello, I want to show website logo on "consent_modal". I can not get any API to add image. Could you please give me a solution for this? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
orestbida
Feb 25, 2023
Replies: 1 comment 1 reply
-
Hi @amitsarker89, all fields accept Example: title: '<img src="logo.png" alt="Logo" style="height: 35px;margin-top: 5px;">' |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
amitsarkerr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @amitsarker89,
all fields accept
HTML
markup:Example:
title: '<img src="logo.png" alt="Logo" style="height: 35px;margin-top: 5px;">'