lostyazilim
tr.link

Blogger Slider boyutu değiştirme

4 Mesajlar 4.241 Okunma
lstbozum
tr.link

ceyzer ceyzer WM Aracı E-Mail Onaysız
  • Üyelik 12.01.2014
  • Yaş/Cinsiyet 37 / E
  • Meslek Üniversite Öğrencisi
  • Konum Almanya
  • Ad Soyad C** Ö**
  • Mesajlar 698
  • Beğeniler 46 / 90
  • Ticaret 1, (%100)
Merhaba arkadaşlar bloghocam'dan aldıgım bir kod var ama siteme büyük geliyor bunun boyutunu nasıl değiştirebilirim yada birisi benim için değiştirebilirmi acaba, yazıların üzerine eklemek ve tam onların resimlerinin büyüklüğünde olsun istiyorum.
site adı : apkmaniaa.com












1
2
3
4



<script></script>
<script>
$(document).ready(function() {
//Set Default State of each portfolio piece
$(".paging_btrix").show();
$(".paging_btrix a:first").addClass("active");

//Get size of images, how many there are, then determin the size of the image reel.
var imageWidth = $(".window").width();
var imageSum = $(".image_reel img").size();
var imageReelWidth = imageWidth * imageSum;

//Adjust the image reel to its new size
$(".image_reel").css({'width' : imageReelWidth});

//paging_btrix + Slider Function
rotate = function(){
var triggerID = $active.attr("rel") - 1; //Get number of times to slide
var image_reelPosition = triggerID * imageWidth; //Determines the distance the image reel needs to slide
$(".paging_btrix a").removeClass('active'); //Remove all active class
$active.addClass('active'); //Add active class (the $active is declared in the rotateSwitch function)

//Slider Animation
$(".image_reel").animate({
left: -image_reelPosition
}, 500 );

};

//Rotation + Timing Event
rotateSwitch = function(){
play = setInterval(function(){ //Set timer - this will repeat itself every 3 seconds
$active = $('.paging_btrix a.active').next();
if ( $active.length === 0) { //If paging_btrix reaches the end...
$active = $('.paging_btrix a:first'); //go back to first
}
rotate(); //Trigger the paging_btrix and slider function
}, 5000); //Timer speed in milliseconds (3 seconds)
};

rotateSwitch(); //Run function on launch

//On Hover
$(".image_reel a").hover(function() {
clearInterval(play); //Stop the rotation
}, function() {
rotateSwitch(); //Resume rotation
});

//On Click
$(".paging_btrix a").click(function() {
$active = $(this); //Activate the clicked paging_btrix
//Reset Timer
clearInterval(play); //Stop the rotation
rotate(); //Trigger rotation immediately
rotateSwitch(); // Resume rotation
return false; //Prevent browser jump to link anchor
});

});
</script>
 

 

wmaraci
reklam

wcarpediemw wcarpediemw WM Aracı Kullanıcı
  • Üyelik 03.09.2014
  • Yaş/Cinsiyet 33 / E
  • Meslek Öğrenci
  • Konum Manisa
  • Ad Soyad A** G**
  • Mesajlar 78
  • Beğeniler 14 / 13
  • Ticaret 5, (%100)
Merhaba. kodun içerisinde "height:240px; width: 660px;" değerini bulun. Buradan genişlik ve yüksekliği düzeltebilirsiniz
ceyzer

kişi bu mesajı beğendi.

ceyzer ceyzer WM Aracı E-Mail Onaysız
  • Üyelik 12.01.2014
  • Yaş/Cinsiyet 37 / E
  • Meslek Üniversite Öğrencisi
  • Konum Almanya
  • Ad Soyad C** Ö**
  • Mesajlar 698
  • Beğeniler 46 / 90
  • Ticaret 1, (%100)
eyvallah dostum sağol ama sadece orda değişiklik yapınca kayma oluyor
 

 

wcarpediemw wcarpediemw WM Aracı Kullanıcı
  • Üyelik 03.09.2014
  • Yaş/Cinsiyet 33 / E
  • Meslek Öğrenci
  • Konum Manisa
  • Ad Soyad A** G**
  • Mesajlar 78
  • Beğeniler 14 / 13
  • Ticaret 5, (%100)
bundan tam emin değilim ama .container1 { width: 660px; değerinide düzeltmeyi deneyebilirsin hocam
 

 

wmaraci
wmaraci
wmaraci
wmaraci
Konuyu toplam 1 kişi okuyor. (0 kullanıcı ve 1 misafir)
Site Ayarları
  • Tema Seçeneği
  • Site Sesleri
  • Bildirimler
  • Özel Mesaj Al