Imprimir
Atualização do sistema foi adiada
- Número de visualizações
-
378
Visualizações - Data de Publicação
- 28/03/2025
$(‘#lightbox-bnbk_ .slider-gallery-wrapper img’).hover(
function() {
const $text=$($($(this).parent()).next());
$text.hasClass(‘inside-description’) && $text.fadeTo( “slow” , 0);
}, function() {
const $text=$($($(this).parent()).next());
$text.hasClass(‘inside-description’) && $text.fadeTo( “slow” , 1);
}
);
$(document).ready(function() {
var bnbk_autoplaying = false;
var bnbk_showingLightbox = false;
const bnbk_playPauseControllers = “#slider-bnbk_-playpause, #slider-bnbk_-lightbox-playpause”;
$(“#slider-bnbk_”).slick({
slidesToShow: 1,
slidesToScroll: 1,
autoplay: bnbk_autoplaying,
swipeToSlide: false,
centerMode: false,
autoplaySpeed: 3000,
focusOnSelect: true,
prevArrow: ‘‘,
nextArrow: ‘‘,
centerPadding: “60px”,
responsive: [
{
breakpoint: 767.98,
settings: {
slidesToShow: 3,
adaptiveHeight: true
}
}
]
});
$(“#slider-bnbk_”).slickLightbox({
src: ‘src’,
itemSelector: ‘.galery-image .multimidia-wrapper img’,
caption:’caption’
});
});
Liferay.on(“allPortletsReady”, function() {
$(‘#header_custom_print’).attr(‘href’, $(“[title*=’Imprimir’]”).children().attr(‘href’));
})