Today, We want to share with you javascript Text Avatar Plugin Like Gmail.In this post we will show you css place in circle first letter of the name, hear for generate avatars with initials from names we will give you demo and example for implement.In this post, we will learn about Create Gmail Like Text Avatars with jQuery and SVG with an example.
javascript Text Avatar Plugin Like Gmail
Contents
There are the Following The simple About javascript Text Avatar Plugin Like Gmail Full Information With Example and source code.
As I will cover this Post with live Working example to develop Download and install avatar letter online without composer, so the avatar generator from text for this example is following below.
Simple Text Avatar Plugin with jQuery and CSS
index.html
<html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="initial.js"></script> <script type="text/javascript"> $(document).ready(function(){ $('.avatar').initial({ name: 'Name', charCount: 2, textColor: '#3d3d3d', seed: 2, height: 100, width: 100, fontSize: 60, fontWeight: 400, fontFamily: 'HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica, Arial,Lucida Grande, sans-serif', radius: 500 }); }) </script> </head> <body> <h3>Gmail Style Animated Emoticons jQuery Plugin</h3> <hr/> <img data-name="pakainfo" class="avatar" /> </body> </html>
Web Programming Tutorials Example with Demo
Read :
Summary
You can also read about AngularJS, ASP.NET, VueJs, PHP.
I hope you get an idea about javascript Text Avatar Plugin Like Gmail.
I would like to have feedback on my infinityknow.com blog.
Your valuable feedback, question, or comments about this article are always welcome.
If you enjoyed and liked this post, donβt forget to share.
I am Jaydeep Gondaliya , a software engineer, the founder and the person running Pakainfo. I’m a full-stack developer, entrepreneur and owner of Pakainfo.com. I live in India and I love to write tutorials and tips that can help to other artisan, a Passionate Blogger, who love to share the informative content on PHP, JavaScript, jQuery, Laravel, CodeIgniter, VueJS, AngularJS and Bootstrap from the early stage.