Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Dmitry.Obukhov  
#1 Posted : Tuesday, September 7, 2010 9:25:47 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
When you create new instance of ImageUploaderWriter and set width/height to 100%:
Code:

var iu = new ImageUploaderWriter("ImageUploader1", "100%", "100%");

you may notice that Image Uploader size is different in various browser types. It occurs because of a different browsers behavour. To eliminate this problem with Image Uploader you should put Image Uploader to a container. It could be a div or a form element. Of course, it is required to set width and height of element where Image Uploader is put. Here is minor sample how to implement it:
Code:

<form style = “width: 500px, height: 500px”>
  <script type="text/javascript">
    var iu = new ImageUploaderWriter("ImageUploader1", "100%", "100%");
    /* You code */
  </script>
</form>   

Edited by user Thursday, March 3, 2011 10:44:57 PM(UTC)  | Reason: Not specified

Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
thanks 1 user thanked Dmitry.Obukhov for this useful post.
conorhannah on 11/9/2010(UTC)
Users browsing this topic
Guest (2)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.