It is currently April 19th, 2024, 4:01 pm

Image Positioning

Get help with creating, editing & fixing problems with skins
electro599
Posts: 2
Joined: April 8th, 2018, 8:40 am

Image Positioning

Post by electro599 »

i know this may sound stupid (that because i only just started this morning)
but how do i make to images appear side by side? or just make them show in different positions.
Thanks!
User avatar
balala
Rainmeter Sage
Posts: 16144
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Image Positioning

Post by balala »

electro599 wrote:i know this may sound stupid (that because i only just started this morning)
but how do i make to images appear side by side? or just make them show in different positions.
Thanks!
If you want them side by side horizontally:

Code: Select all

[MeterImage1]
Meter=Image
ImageName=
X=0
Y=0

[MeterImage2]
Meter=Image
ImageName=
X=0R
Y=0r
or vertically:

Code: Select all

[MeterImage1]
Meter=Image
ImageName=
X=0
Y=0

[MeterImage2]
Meter=Image
ImageName=
X=0r
Y=0R
I probably would resize the two meters to the same size.
electro599
Posts: 2
Joined: April 8th, 2018, 8:40 am

Re: Image Positioning

Post by electro599 »

Thanks this is really helpful!
User avatar
balala
Rainmeter Sage
Posts: 16144
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Image Positioning

Post by balala »

Glad to help.

As I said, depending on the images and what you would like to achieve, you might want to add certain width and height to both image meters and probably a PreserveAspectRatio=1 option, to have the with the same size.