cambios #1 se elimina height en marco foto

parent d0486a6a
(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 streaming = false;
......
......@@ -119,7 +119,7 @@ strong {
border:6px solid #f5a800;
width: 480px;
margin:0 auto 2em auto;
height: 360px;
/*height: 360px;*/
overflow: hidden;
display: flex;
justify-content: center;
......@@ -532,7 +532,7 @@ div .txt-center {
.marco-foto {
width: 100%;
max-width: 320px;
height: auto;
/*height: auto;*/
min-height: 240px;
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