Thread
:
ShowImg w/ Screenwidth
View Single Post
#
2
05-27-2012, 01:06 AM
Tricxta
The Muffin Man
Join Date: Oct 2010
Location: Australia
Posts: 563
you want screenwidth - the img height
PHP Code:
with
(
findimg
(
index
)){
img
=
"something.png"
;
x
=
screenwidth
-
img
.
height
;
y
=
20
;
layer
=
4
;
}
Not certain you can reference the height property of the image that easily though... but you get the gist.
Tricxta
View Public Profile
View GraalOnline Profile
Find all posts by Tricxta