kamranahmedse / jquery-toast-plugin

Highly customizable jquery plugin to show toast messages
http://kamranahmed.info/toast
1.51k stars 506 forks source link

Feature Request: Specify a width of the toast #67

Open TreyWW opened 1 year ago

TreyWW commented 1 year ago

I believe there should be a few inbuilt widths:

An example:


$.toast({
    heading: 'Testing',
    text: `This is a width test half`,
    width: 'half'
})

$.toast({
    heading: 'Testing',
    text: `This is a width test full`,
    width: 'full'
})```