ft Blocksatz
Navi Site active Stern von gelb auf grün
Liste von Bullets auf Sterne
Ändern der Buttons für die Videos
Austausch DB Logo
JS resize entfernen

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3307 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
adametz 2017-02-26 18:13:04 +00:00
parent a1077842aa
commit fc8e9a9113
8 changed files with 34 additions and 25 deletions

View file

@ -421,7 +421,7 @@ jQuery(document).ready(function($) {
location.href = $(this).find('.is-box-link').attr('href');
});
function resize_box (){
/* function resize_box (){
$('.owl-fullwidth:not(.noresize)').each(function(){
var boxes = $(this).find('.hl5');
var maxHeight = Math.max.apply(
@ -447,7 +447,7 @@ jQuery(document).ready(function($) {
$(window).resize(function() {
resize_box();
});
}); */
/* ==============================================
@ -455,7 +455,7 @@ jQuery(document).ready(function($) {
=============================================== */
function resize_travel_img (){
/*function resize_travel_img (){
$('.travel-wrapper').find('img').each(function(){
if($(this).height() < 190){
$(this).addClass('lower-height');
@ -465,7 +465,7 @@ jQuery(document).ready(function($) {
resize_travel_img();
$(window).resize(function() {
resize_travel_img();
});
});*/
/* ==============================================