Update README.md

This commit is contained in:
José Luis Garrido-Labrador
2020-08-30 01:03:00 +02:00
committed by GitHub
parent 7debfeb875
commit 35318f8540

View File

@@ -4,7 +4,7 @@ Modalizer.js
Lightweight extension over bootstrap's modals to improve of the control, animations and visualization of modal windows.
![GitHub](https://img.shields.io/github/license/jlgarridol/modalizerjs?style=flat)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/jlgarridol/modalizerjs?style=flat)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/jlgarridol/modalizerjs?style=flat)](https://github.com/jlgarridol/modalizerjs/releases)
![GitHub file size in bytes](https://img.shields.io/github/size/jlgarridol/modalizerjs/dist/js/modalizer.min.js?color=f7df1e&label=size&logo=javascript&style=flat)
![GitHub file size in bytes](https://img.shields.io/github/size/jlgarridol/modalizerjs/dist/css/modalizer.min.css?color=036fb8&label=size&logo=css3&logoColor=036fb8&style=flat)
@@ -112,4 +112,4 @@ In addition, to enable the animation between submodals it is necessary add class
For a fullscreen modal it is necessary add the class ```fullscreen``` to the ```div```s with classes ```modal-dialog```, ```modal-content```, ```modal-header``` and ```modal-footer```. To make it only for mobile screens you have to add ```-sm``` to ```fullscreen```.
### Blur background
For blur background on modal open it is neccesary include all HTML elements (except modals) inside a ```div``` with the identifier and class ```MOD_supreme-container```
For blur background on modal open it is neccesary include all HTML elements (except modals) inside a ```div``` with the identifier and class ```MOD_supreme-container```