From 35318f8540c4c37d532c79de4d1e15e120d82ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Garrido-Labrador?= Date: Sun, 30 Aug 2020 01:03:00 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 270866c..a713464 100644 --- a/README.md +++ b/README.md @@ -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``` \ No newline at end of file +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```