You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the dropzone widget in my app.
However, the settings I specified in the widget are not taken over in the running app.
Inspection of the element on the app page shows that a space is entered between the number and "px" in the height and width specfication in the css.
Could you please correct this in the widget?
I use the dropzone widget in my app.
However, the settings I specified in the widget are not taken over in the running app.
Inspection of the element on the app page shows that a space is entered between the number and "px" in the height and width specfication in the css.
Could you please correct this in the widget?
Regards, Wouter
Example:
div id="DropZone_widget_DropZone_0_zone" class="dropzone dz-clickable" style="height: 700 px; width: 200 px;"
The text was updated successfully, but these errors were encountered: