Commit primera pagina nutrapharm - cambio de diseño

parent 475fec42
......@@ -43,7 +43,7 @@
</div>
<div id="output_img_inovage" class="output" style="display: none">
<img id="photo" width="auto" height="auto" alt="Foto Tomada por camara" src="">
<img id="photo" width="100%" height="100%" alt="Foto Tomada por camara" src="">
</div>
<div id="subirFotoContainer" style="display:none">
......@@ -122,6 +122,8 @@
$("#cameraContainer").show();
$("#subirFotoContainer").hide();
$("#output_img_inovage").hide();
$("#imagenUsuario").attr('src', "");
$("#imagenUsuario").hide();
imagenTomada = false;
imagenTomada = true;
}
......@@ -155,7 +157,9 @@
fileUpload.on('change', function () {
$("#containerFormulario").show();
$("#output_img_inovage").hide();
readURL(this);
});
var Upload = function (file) {
......
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