On RevealJS presentation, when you add a new image to the slides, it will be decorated around with border settings. In case you want to remove it, right after importing the theme.scss of the SCSS theme file, add this:
.reveal section img {
border: none;
box-shadow: none;
}
Image borders should be cleared on presentation page.