Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Image pop-over aspect ratio is sized to match image aspect ratio

    I am having a pop up in which there will be one image.

    I want popup sto be sized according to image's aspect ratio.
    Image can be of different sizes, size will be known at run time.

    How can i achieve this dyanamoc size of pop up.

    #2
    Any update on this,

    Comment


      #3
      You can use the core GWT Image APIs to load the image, and then look at its natural size, then size your dialog accordingly.

      Comment

      Working...
      X