|
4 | 4 | <meta charset="utf-8">
|
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
| 7 | + <meta name="description" content="The jQuery Plugin to preview the image uploaded by user. Apart from preview one can also restrict the size, dimension of image uploaded by user."> |
| 8 | + <meta name="keywords" content="HTML,CSS,jQuery,JavaScript,Image Preview,Upload Image"> |
| 9 | + <meta name="author" content="Niraj Rajgor"> |
| 10 | + |
| 11 | + <meta property="og:title" content="jQuery Upload Image Customization"> |
| 12 | + <meta property="og:description" content="The jQuery Plugin to preview the image uploaded by user. Apart from preview one can also restrict the size, dimension of image uploaded by user."> |
| 13 | + <meta property="og:url" content="https://nirajrajgor.github.io/jquery-upload-image-customization/"> |
| 14 | + |
| 15 | + <meta name="twitter:title" content="jQuery Upload Image Customization"> |
| 16 | + <meta name="twitter:description" content="The jQuery Plugin to preview the image uploaded by user. Apart from preview one can also restrict the size, dimension of image uploaded by user."> |
| 17 | + |
| 18 | + <meta property="og:site_name" content="jQuery Upload Image Customization"> |
| 19 | + <meta name="twitter:image:alt" content="Image Preview"> |
| 20 | + |
7 | 21 | <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
8 | 22 | <title>jQuery-Upload-Image-Customization</title>
|
9 | 23 |
|
@@ -562,7 +576,7 @@ <h3>JavaScript code</h3>
|
562 | 576 | <h5>UploadImageCustomization © 2017</h5>
|
563 | 577 | </div>
|
564 | 578 | <div class="col-sm-6 col-md-4 col-md-offset-4 col-xs-12">
|
565 | | - <h5>Hosted with love on |
| 579 | + <h5>Hosted with <iclass="fa fa-heart"></i> on |
566 | 580 | <a href="https://github.com/nirajrajgor/jquery-upload-image-customization" target="_blank">
|
567 | 581 | <i class="fa fa-github"></i> Github
|
568 | 582 | </a>
|
|
0 commit comments