Ben bir tiyatro sitesi için bir jquery slayt atlıkarınca inşa ediyorum, bu tiyatroda başlıkları ve 5 en son gösterileri ilgili fotoğrafları görüntülemek için kullanılıyor. Gösterileri, ve onlar için yüklendi fotoğrafların URL'ler, bir veritabanından yüklenir ve aşağıdaki yapıya eklenir:
<div id="slideshow_outercontainer"> <ul id="carousel">
<!-- This is where the <li>s are generated from the database using the photo's url
as a CSSbackground image -->
</ul> </div>
Ve daha sonra ilişkili kontrol altına yerleştirilir.
What i need to know is: How can i get the height and width of each image (using php OR jquery), and store it in the script in some way that jquery can get hold of it, and randomise it. What i am trying to achieve is random positioning of the background image, but i need to know how big the image is so that it doesn't position itself in any way that would expose the background of the element.
Ayrıca, ken çeşit etkisi yakar gibi rastgele, arka plan görüntüsü animasyon güzel olurdu. Ama i) i (animate kullanarak bunu başarmak için nasıl biliyorum
Birisi burada yardımcı olabilir umut! Teşekkürler, Dan.