Hello,
I would like to ask you, how to use em or % unity instead of px when calling radalert from client side. I follow code script from documentation:
Parameters width and height accept only values in px. But what If I want to change radalert window width based on different screen resolutions ?
My example is in the attachment. The radalert has width 420px. When user changes screen resolution to small, it means @media only screen and (min-width: 361px) and (max-width: 768px). Font has been changed but radalert window width remained the same (I want to decrease its width based on resolution).
Please help me to solve this issue.
Thank you.
Best regards
Vasssek