position: fixed
function stop(track) {
track.pause();
track.currentTime = 0;
}
<div ng-click='scrollTo("info")'>go to info</div>
// some controller
['$scope', $anchorScroll, function($scope, $anchorScroll) {
$scope.scrollTo = function(id) {
$location.hash(id);
$anchorScroll();
}
}];
$rootScope.$on('$routeChangeSuccess', function(newRoute, oldRoute) {
if($location.hash()) $anchorScroll();
});
$match = [
'match_format' => $element->find('div.matchTimeCell')[0]->text()
];
overflow:hidden
на контейнер, либо вставить через background-image с параметром background-size: cover
.classname1 .bxslider{
}
.classname2 .bxslider{
}
<div class='classname1'>
<ul class="bxslider"></ul>
</div>
...
<div class='classname2'>
<ul class="bxslider"></ul>
</div>