lowermax
Members
-
Joined
-
Last visited
Reputation Activity
-
lowermax reacted to RobertG in Using a jpg for a landing pageyou need a html page so do it. Nothing hard.
<html> <head> <title>Title Goes Here</title> </head> <body> <img src="imagefolder/imagename.jpg" width="whats your width in px" height="whats your height in px" alt="tag here" /> </body> </html>
Hope this helps
-
lowermax reacted to RobertG in Using a jpg for a landing pageyou will need javascripting within it. To find screen size and perform a image resize.
Harder than just putting an image in lol. But do-able
Please click on the plus symbol if you have found it helpful
Thanks