CSS – Background Size with cross browser compatibility.
The Source Code to copy/paste:
.background-size { -webkit-background-size: 100% 100%; /* Safari 3-4 */ background-size: 100% 100%; /* Chrome, Firefox 4+, IE 9+, Opera, Safari 5+ */ }
CSS – Background Size with cross browser compatibility.
The Source Code to copy/paste:
.background-size { -webkit-background-size: 100% 100%; /* Safari 3-4 */ background-size: 100% 100%; /* Chrome, Firefox 4+, IE 9+, Opera, Safari 5+ */ }
Copyright notice: any total or partial reproduction of the content is forbidden without previous authorisation by the Author. Copyright ©2013-2024, all rights reserved.
Comments are closed.