CSS / JS
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:
parent
a1077842aa
commit
fc8e9a9113
8 changed files with 34 additions and 25 deletions
|
|
@ -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();
|
||||
});
|
||||
});*/
|
||||
|
||||
|
||||
/* ==============================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue