Body padding required
The fixed navbar will overlay your other content, unless you add padding to the top of the . Try out your own values or use our snippet below. Tip: By default, the navbar is 50px high.
Copy
body { padding-top: 70px; }
Make sure to include this after the core Bootstrap CSS.
overflow:hidden;
text-overflow: ellipsis;
white-space: nowrap;
$('a[data-link]').on('click', function(e){
e.preventDefault();
$('.popup iframe').attr('src', '/3d-model/' + $(this).data('link'))
});
<a href="#" class="btn-back" id="myBtn">Подробнее<i class="fa fa-angle-right"></i> </a>
$(document).on('click', '#myBtn', function(e){
e.preventDefault();
$('div.hide-info1').toggle('normal', function(){
// код слайдера
});
this.text = this.text == 'Свернуть' ? 'Подробнее' : 'Свернуть';
});