I've used Jssor to create a slider/slideshow. I'd ideally like to have a shadow showing beneath each image. I added a box-shadow to my img styling but the shadow only shows up on some of the images and even then, only on one side. I've also tried adding a border but the thing only appears on 3 sides (the missing edge depends on whether the image is portrait or landscape). If I style my tag, of course the thumbnails get the styling too and all of them have similar issues displaying the shadow.
here's the css (apologies if I'm not using this correctly, im new here!)
img {
padding:0px;
margin:0px;
border:medium solid black;
box-shadow: 10px 10px 5px #888;
}
TIA Rob