Welcome To Aston Bradley
Aston Bradley is a modern and forward thinking Estate Agent based in Perry Barr, Birmingham.
Embracing the latest technologies to give you the edge, we strive to provide an efficient and professional service second to none.
Ready to sell or let
$(document).ready(function() {
var owl = $(‘.properties’);
owl.owlCarousel({
items: 3,
loop: true,
margin: 9,
autoplay: true,
autoplayTimeout: 1500,
autoplayHoverPause: false,
nav: true
});
/*
$(‘.play’).on(‘click’, function() {
owl.trigger(‘play.owl.autoplay’, [1000])
})
$(‘.stop’).on(‘click’, function() {
owl.trigger(‘stop.owl.autoplay’)
})
*/
})