No consigo cambiar el ancho y alto de todas las imagenes dentro de un div.
Código HTML:
Ver original <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=document.getElementById("portadas");
div.document.getElementsByName("img").width=600;
esto es solo un ejemplo de como lo intente.
No me funciona.