meetsos

Embed Responsive Google Slides Presentations

Dec 4th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.71 KB | None | 0 0
  1. <style>    
  2.         /* Responsive Container for iFrame */
  3.         .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
  4.         .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 93%; }
  5. </style>
  6.    
  7. <div class='embed-container embed-responsive embed-responsive-4by3'>
  8.     <iframe src="https://docs.google.com/presentation/d/e/2PACX-1vRNwLD3J8EILzovxhnIQosRsckROSShtxzsEYr8fDo63jq-JumWAg2imB82ADBAvqYOZJYam_RjLRKd/embed?start=false&loop=false&delayms=3000" frameborder="0" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" align="center"></iframe>
  9. </div>
Add Comment
Please, Sign In to add comment