'How to change size image in sweet alert?

I installed sweet alert from thishttps://github.com/realrashid/sweet-alert

Then I write in my controller

public function index()
{
    alert()->info('InfoAlert','Lorem ipsum dolor sit amet.');
    return view('Admin.dashboard');
}

I see this demo

very bad

It is very bad.

I want to like this

https://raw.githubusercontent.com/realrashid/sweet-alert/master/imgs/alert/InfoAlert.png



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source