Guest User

Untitled

a guest
Jan 23rd, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. // Anywhere that you have a video there will be an iframe tag
  2. // You need to wrap the iframe tag in a div tag with a class of `video-container`
  3. // You also need to remove the height and width attributes on the iframe tag
  4.  
  5. <div class='video-container'>
  6. <iframe> // Keep the iframe tag and its contents as is, except you want to remove the width and height attributes
  7. </div>
Add Comment
Please, Sign In to add comment