Skip to content

Commit

Permalink
Bootstrap 4. No fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
GuxMartin committed Apr 6, 2021
1 parent 60f1b85 commit d5c8337
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# iModal :: Boostrap 5
# iModal :: Boostrap 4

Dinamic and simple modal generator. Ideal for ajax requests.

Expand All @@ -24,15 +24,6 @@ iModal({size:''});// Default
iModal({size:'lg'});
iModal({size:'xl'});

// Fullscreen
iModal({fullscreen:true});
iModal({fullscreen:'sm'});
iModal({fullscreen:'md'});
iModal({fullscreen:'lg'});
iModal({fullscreen:'xl'});
iModal({fullscreen:'xxl'});
iModal({fullscreen:false});// Default

// Custom close button text
iModal({closeText:'Cerrar'});

Expand Down

0 comments on commit d5c8337

Please sign in to comment.