cambios #1 se elimina height en marco foto

parent d0486a6a
(function () { (function () {
var width = 640; // We will scale the photo width to this var width = 630; // We will scale the photo width to this
var height = 0; // This will be computed based on the input stream var height = 0; // This will be computed based on the input stream
var streaming = false; var streaming = false;
......
...@@ -119,7 +119,7 @@ strong { ...@@ -119,7 +119,7 @@ strong {
border:6px solid #f5a800; border:6px solid #f5a800;
width: 480px; width: 480px;
margin:0 auto 2em auto; margin:0 auto 2em auto;
height: 360px; /*height: 360px;*/
overflow: hidden; overflow: hidden;
display: flex; display: flex;
justify-content: center; justify-content: center;
...@@ -532,7 +532,7 @@ div .txt-center { ...@@ -532,7 +532,7 @@ div .txt-center {
.marco-foto { .marco-foto {
width: 100%; width: 100%;
max-width: 320px; max-width: 320px;
height: auto; /*height: auto;*/
min-height: 240px; min-height: 240px;
overflow: hidden; overflow: hidden;
} }
......
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