How to embed PDF file with responsive width

Simply do this:

<object data="https://stackoverflow.com/questions/16468961/resume.pdf" type="application/pdf" width="100%" height="800px"> 
  <p>It appears you don't have a PDF plugin for this browser.
   No biggie... you can <a href="https://stackoverflow.com/questions/16468961/resume.pdf">click here to
  download the PDF file.</a></p>  
</object>

Leave a Comment