groups

Link to this snippet:


Download to Code Collector

language: Other
licence: Other

rimuovere dimensioni su immagine

options: send to code collectorview all bonzo's snippets
 $(document).ready(function () {
		$('.leggi img').attr('height','');
		$('.leggi img').attr('width','');
 });