div.fw_print_r {
max-height: 500px;
overflow-y: scroll;
background: #23282d;
margin: 10px 30px;
padding: 0;
border: 1px solid #F5F5F5;
border-radius: 3px;
position: relative;
z-index: 11111;
}
div.fw_print_r pre {
color: #78FF5B;
background: #23282d;
text-shadow: 1px 1px 0 #000;
font-family: Consolas, monospace;
font-size: 12px;
margin: 0;
padding: 5px;
display: block;
line-height: 16px;
text-align: left;
}
div.fw_print_r_group {
background: #f1f1f1;
margin: 10px 30px;
padding: 1px;
border-radius: 5px;
position: relative;
z-index: 11110;
}
div.fw_print_r_group div.fw_print_r {
margin: 9px;
border-width: 0;
}
array
(
[0] => array
(
[title] => ''
[multimedia_type] => 'image'
[src] => '//www.cleancurate.com/wp-content/uploads/2017/10/bg-1-1.jpg'
[attachment_id] => '1611'
[desc] => ''
[extra] => array
(
[description_position] => 50
[col] => 'col-md-5'
[offset] => 'offset-2'
)
)
[1] => array
(
[title] => ''
[multimedia_type] => 'image'
[src] => '//www.cleancurate.com/wp-content/uploads/2017/10/image-credit-nendo-49-1.jpg'
[attachment_id] => '1612'
[desc] => ''
[extra] => array
(
[description_position] => 50
[col] => 'col-md-5'
[offset] => 'offset-1'
)
)
[2] => array
(
[title] => ''
[multimedia_type] => 'image'
[src] => '//www.cleancurate.com/wp-content/uploads/2017/10/image-credit-nendo-50.jpg'
[attachment_id] => '1613'
[desc] => ''
[extra] => array
(
[description_position] => 50
[col] => 'col-md-5'
[offset] => 'offset-1'
)
)
)
Beautiful
Tonella Sofa
Beautiful
Tonella Sofa
Beautiful
Tonella Sofa
View More
jQuery(document).ready(function ($) {
$(‘#owl59ed96167a9b9’).owlCarousel({
nav: false, // Show next and prev buttons
smartSpeed: 1100,
dotsSpeed: 1000,
dragEndSpeed: true,
dragEndSpeed: 1000,
singleItem: true,
pagination: false,
items: 1,
autoplay: false,
autoplayTimeout: 5000,
autoplayHoverPause: true,
loop: true,
afterAction: function (el) {
//remove class active
this
.$owlItems
.removeClass(‘active’)
//add class active
this
.$owlItems //owl internal $ object containing items
.eq(this.currentItem + 1)
.addClass(‘active’)
}
});
});