File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
Images/store/items/details Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,18 @@ <h3>SPREAD BANSHEE STICKERS</h3>
333333
334334 < div class ="info ">
335335 < p class ="X "> X</ p >
336- < img src ="Images/store/items/details/stickers.gif " alt ="">
336+
337+ < div class ="image-carousel ">
338+ < button class ="arrow left "
339+ onclick ="scrollImages(this, -1); event.stopPropagation() "> ◀</ button >
340+ < div class ="image-container ">
341+ < img src ="Images/store/items/details/sticker1.jpg " alt ="">
342+ < img src ="Images/store/items/details/sticker2.jpg " alt ="">
343+ < img src ="Images/store/items/details/stickers.gif " alt ="">
344+ </ div >
345+ < button class ="arrow right "
346+ onclick ="scrollImages(this, 1); event.stopPropagation() "> ▶</ button >
347+ </ div >
337348
338349 < div class ="desc ">
339350 < p > SPREAD BANSHEE STICKERS</ p >
You can’t perform that action at this time.
0 commit comments