How do I center an image across all devices? Right now, margin is only in pixels, how could I specify margin in % so when the device dimensions change, the image will still be centered?
How do I center an image across all devices? Right now, margin is only in pixels, how could I specify margin in % so when the device dimensions change, the image will still be centered?
Lets try this solution https://getsatisfaction.com/apperyio/...
If this is your splash screen then just use the load event. If it is an image control use the blur event.
Thank you Jason.
The script didn't work. As you click through the different dimensions, the image is fixed. How do I make it relative?
Use a grid control with 3 columns and put image in the center column thats what I did
Great idea. Thank you Jason.
your welcome