I used Jssor to create a slider / slideshow. I would ideally want a shadow to appear under each image. I added a shadow to my img style, but the shadow appears only on some images and even then, only on one side. I also tried to add a border, but the thing only appears on three sides (the missing edge depends on whether the image is portrait or landscape). If I create my tag, of course, the thumbnails will also get the style, and they all have similar problems displaying the shadow.
here is css (apologies if i dont use it correctly, im new here!)
img {
padding:0px;
margin:0px;
border:medium solid black;
box-shadow: 10px 10px 5px #888;
}
TIA Rob
source
share