This topic is locked
[SOLVED]

file/image field high / width

9/6/2022 8:38:08 AM
PHPRunner General questions
ffrinai author

Hi,
i'd like to reduce high and width of file/image field in add/edit pages:
img alt
thanks for help
Fabio

M
muammer 9/6/2022
.rnr-dragndrop-area {
height: 120px;
width: 100%;
}

Hello

add the above code to css settings the result you want with numbers
You can change the dimensions by reducing or multiplying them.