particles.js yardım
merhaba particles ekliyorum ve kod aşağıdaki şekilde yapınca çalışıyor benim istediğim fotoğrafı çoğaltmak yardım ederseniz sevinirim
"shape": {
"type": "image", //circle
"stroke": {
"width": 0,
"color": "#fff"
},
"polygon": {
"nb_sides": 5
},
"images": {
"src": "https://i.kym-cdn.com/photos/images/facebook/000/089/829/AwWeihnachten.png",
"width": 33,
"height": 33
}
},
aşağıdaki gibi yapıyorum ama çalışmıyor
"shape": {
"type": "image", //circle
"stroke": {
"width": 0,
"color": "#fff"
},
"polygon": {
"nb_sides": 5
},
"images": [
{
"src": "https://i.kym-cdn.com/photos/images/facebook/000/089/829/AwWeihnachten.png",
"width": 33,
"height": 33
},
{
"src": "https://dbdzm869oupei.cloudfront.net/img/sticker/preview/13960.png",
"width": 33,
"height": 33
}
]
},
Soru hatalı mı? 👎
Eğer sorunun kurallara aykırı olduğunu düşünüyorsanız lütfen bize bildirin!