Recently, I included a slideshare iframe presentation on my webpage.
Here is the code snippet I used:
<iframe src="//www.slideshare.net/slideshow/embed_code/key/HQoiz6GR1oLe1n" width="860" height="600" frameborder="600" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe>
However, I noticed that when I view the page on my mobile phone, there is a black area surrounding the presentation:
screenshot
I suspect this issue is due to the defined style height="600", but removing it makes the presentation small. Does anyone know how to eliminate these black areas around the presentation?