Display Photos From Your Facebook Album Using jQuery Plugin

Default Featured Image

Available Options albumURL (required): full URL to a Facebook Album limit: limit to the last X photos (default: 10) CSS: CSS styles to apply to every image imgSize: size of the image (default: medium) original huge x-large large medium small x-small For more information on image sizes, check out the Facebook Graph Photos API. How to Use? … Read more

Convert HTML to PDF Using JavaScript HTML2PDF.js Library

Convert HTML to PDF Using JavaScript HTML2PDF.js Library

Install html2pdf Library Add html2pdf library in your code using CDN. HTML to PDF Using JavaScript Code index.html You can also pass the custom options to the html2pdf library as shown below. It will add custom margin to the pdf document and also pass the filename and also pass the html2canvas and jspdf library. Output Screenshot