Código HTML:
Ver original
<div id="portadas"> <img src="gato.png" width='400px' height='500'> <img src="coche.png" width='400px' height='500'> <img src="casa.png" width='400px' height='500'> <img src="jardin.png" width='400px' height='500'> </div> <script> div=document.getElementById("portadas"); div.document.getElementsByName("img").width=600; </script>
esto es solo un ejemplo de como lo intente.
No me funciona.