Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2350
igUpload - Zoom css style causes file dialog to not show up
posted

Hello,

When I set the zoom css style I can no longer get the file dialog to show up on my igUpload control.  Here is an example JSFiddle of what I am referring to: http://jsfiddle.net/6zdt06sd/

If you remove the #igUpload1 {zoom:1.5;} style from the example, then the file dialog is displayed correctly.  

Please advise how I can get the zoom style to work correctly with this control.

Thanks,
Paul

  • 15320
    Verified Answer
    Offline posted

    Hello Paul,

    Please note that the 'zoom' property is non-standard and although the major browsers support it, it's not recommended for use. The igUpload structure is not designed to be compatible with this property and currently this property only causes incorrect functionality of the control. If you want to modify the upload button look and feel, you may apply other css styles like 'padding', 'width', 'height' etc. to the 'button' element. For demonstration how to customize the startup upload button you may refer to the following sample: http://www.igniteui.com/file-upload/multiple-upload

    If you have any further questions, please let me know.

    Regards,

    Tsanna