Prueba de logs

parent 6b31c145
......@@ -74,17 +74,17 @@
</div>
</div>
<div class="form-group">
<canvas id="canvas" width="320" height="240">
<canvas id="canvas" width="600" height="315">
</canvas>
<div class="output">
<img id="photo" width="320" height="240" alt="Preview" src="">
<img id="photo" width="600" height="315" alt="Preview" src="">
</div>
</div>
</div>
<div id="subirFotoContainer" style="display:none">
<div class="form-group">
<input type='file' id="imgInp" accept="image/*" />
<img id="imagenUsuario" width="320" height="240" style="display:none" src="#" alt="Imagen subida" />
<img id="imagenUsuario" width="600" height="315" style="display:none" src="#" alt="Imagen subida" />
</div>
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment