I
I
Ivan Smirnov2017-05-02 21:09:03
css
Ivan Smirnov, 2017-05-02 21:09:03

How to implement blur backdrop of Bootstrap modal?

Good day!
There is a standard modal window on Bootstrap, how is it desirable to make the back space blurry without js? THANK YOU IN ADVANCE!

<!-- Модального окно -->
            <div id="myModal" class="modal fade">
              <div class="modal-dialog">
                <div class="modal-content">
                  <!-- Заголовок модального окна -->
                  <div class="modal-header">
                    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
                    <h4 class="modal-title">Заголовок модального окна</h4>
                  </div>
                  <!-- Основное содержимое модального окна -->
                  <div class="modal-body">
                        Содержимое модального окна...
                  </div>
                  <!-- Футер модального окна -->
                  <div class="modal-footer">
                    <button type="button" class="btn btn-default" data-dismiss="modal">Закрыть</button>
                    <button type="button" class="btn btn-primary">Сохранить изменения</button>
                  </div>
                </div>
              </div>
            </div>
        </div>

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question