mirror of
https://github.com/jlgarridol/Modalizer.js.git
synced 2026-02-15 01:21:38 +01:00
Repaired bug in links
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<h5 class="col-7 text-center font-weight-normal">Lightweight extension over bootstrap's modals to improve of the control, animations and visualization of modal windows.</h5>
|
||||
<h6 class="col-12 text-right font-weight-bold">Licensed under MIT, created by José Luis Garrido-Labrador</h6>
|
||||
<hr class="col-4 offset-4"/>
|
||||
<h2 class="col-12 text-center">See it on <a href="https://github.com/jlgarridol/modalizerjs">GitHub</a></h2>
|
||||
<h2 class="col-12 text-center">See it on <a href="https://github.com/jlgarridol/modalizer.js">GitHub</a></h2>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="row">
|
||||
@@ -100,7 +100,7 @@
|
||||
<div class="mx-4 my-2">
|
||||
<h4>Installation</h4>
|
||||
<p>Via npm</p>
|
||||
<pre><code class="shell">$ npm install modalizer.js</code></pre>
|
||||
<pre><code class="shell">$ npm install @jlgarridol/modalizer.js@1.0.0</code></pre>
|
||||
<p>or add it directly using a CDN:</p>
|
||||
<pre><code class="html"><link rel="stylesheet" href="https://future/modalizer.min.css"/>
|
||||
<script src="https://future/modalizer.min.js"></script></code></pre>
|
||||
@@ -271,9 +271,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-dialog modal-dialog-centered modal-dialog-fullscreen modal-dialog-scrollable animate__animated animate__faster" id="lpage" style="display: none;" role="document">
|
||||
<div class="modal-dialog modal-dialog-centered fullscreen modal-dialog-scrollable animate__animated animate__faster" id="lpage" style="display: none;" role="document">
|
||||
<div class="modal-content fullscreen">
|
||||
<div class="modal-header modal-header-fullscreen">
|
||||
<div class="modal-header fullscreen">
|
||||
<h5 class="modal-title">Optionable modal</h5>
|
||||
<button type="button" class="close align-self-end closemodal">
|
||||
<span aria-hidden="true">×</span>
|
||||
@@ -282,7 +282,7 @@
|
||||
<div class="modal-body mx-0">
|
||||
<h1>Fullscreen block in optionable</h1>
|
||||
</div>
|
||||
<div class="modal-footer modal-footer-fullscreen">
|
||||
<div class="modal-footer fullscreen">
|
||||
<div class="container-fluid">
|
||||
<div class="row align-items-center">
|
||||
<h5 class="col-3">Page 2/2</h5>
|
||||
|
||||
Reference in New Issue
Block a user