Commit 7471ddf2 authored by Romain Courteaud's avatar Romain Courteaud

erp5_document_scanner: limit video/image height

parent bf2bfcf7
...@@ -15,7 +15,6 @@ div[data-gadget-url$="gadget_document_scanner.html"] .camera-output, ...@@ -15,7 +15,6 @@ div[data-gadget-url$="gadget_document_scanner.html"] .camera-output,
div[data-gadget-url$="gadget_document_scanner.html"] .canvas { div[data-gadget-url$="gadget_document_scanner.html"] .canvas {
max-width: 100%; max-width: 100%;
width: auto; width: auto;
max-height: 500px;
filter: brightness(1); filter: brightness(1);
text-align: center; text-align: center;
} }
...@@ -98,15 +97,23 @@ div[data-gadget-url$="gadget_document_scanner.html"] .new-btn { ...@@ -98,15 +97,23 @@ div[data-gadget-url$="gadget_document_scanner.html"] .new-btn {
width: calc(6em + 1px); width: calc(6em + 1px);
height: calc(6em + 1px); height: calc(6em + 1px);
} }
div[data-gadget-url$="gadget_document_scanner.html"] .img-container { div[data-gadget-url$="gadget_document_scanner.html"] .img-container,
div[data-gadget-url$="gadget_document_scanner.html"] .camera-input {
/* Never limit the container height here */ /* Never limit the container height here */
position: relative; position: relative;
width: 100%; width: 100%;
max-height: 500px; /*
} img {
div[data-gadget-url$="gadget_document_scanner.html"] .img-container img { max-width: 100%;
max-width: 100%; width: 100%;
width: 100%; }
*/
}
div[data-gadget-url$="gadget_document_scanner.html"] .img-container img,
div[data-gadget-url$="gadget_document_scanner.html"] .camera-input img,
div[data-gadget-url$="gadget_document_scanner.html"] .img-container video,
div[data-gadget-url$="gadget_document_scanner.html"] .camera-input video {
max-height: 75vh;
} }
div[data-gadget-url$="gadget_document_scanner.html"] .btn-thumbnail:before { div[data-gadget-url$="gadget_document_scanner.html"] .btn-thumbnail:before {
color: #000; color: #000;
......
...@@ -244,7 +244,7 @@ ...@@ -244,7 +244,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>982.61223.17950.60723</string> </value> <value> <string>982.61619.4758.34133</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1585822646.11</float> <float>1585846327.08</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
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