I am linking to this SweetAlert library https://unpkg.com/sweetalert/dist/sweetalert.min.js
, and when I display an alert on mobile, it displays very small. I have increased the text size, but the success, error, warning animations are very small. How can I resize these animations, or make the alert mobile friendly?
And with CSS
Found the same thing....
2 options: Add this in CSS:
.swal2-popup {
font-size: 2rem;
}
or
Use these links for your cdn... and it will work....(but its sweet alert1)
https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert-dev.js
https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.css