- Kusonjululiwe
- Okugcinwe kunqolobane
Problem with background image
Normally, this code works well: <style> #avata { background-image: url(http://s.gravatar.com/avatar/a1405f3b6d817e8073f7cdb433140a3e?s=128); … (funda kabanzi)
Normally, this code works well:
<style>
#avata { background-image: url(http://s.gravatar.com/avatar/a1405f3b6d817e8073f7cdb433140a3e?s=128); background-size: 100%; background-repeat: no-repeat; display: block; border: 6px solid gray; height: 128px; width: 128px; transition: border-color 0.4s ease; -webkit-transition: border-color 0.4s ease } #avata:hover {border-color: orange}
</style>
But today, it suddenly become lost image. When I use F12, I have found out once problem. URL "http://s.gravatar.com/avatar/a1405f3b6d817e8073f7cdb433140a3e?s=128" has been changed to this "https://mozillawebmakerproxy.net/be27158d4e89335cc12be171d679139656280fcd?url=http://s.gravatar.com/avatar/a1405f3b6d817e8073f7cdb433140a3e?s=128" And image become disappear! I don't how to fix, could anyone give me a little help, plz?