Your favorite Apple, iPhone, iPad, iOS, Jailbreak, and Cydia site.
Thread: Custom Lockbackground
is a discussion within theSkinning / Themes Discussion
forums, a part of theDesign and Media For the iPhone / iPod Touch
section;Can anybody please tell me how I can use a custom LockBackground on 4.2.1....I have tried this but it doesn't fill up the page.. it looks like this http://img28.imageshack.us/img28/92/imagehto.jpg <?xml
...-
02-12-2011, 01:08 PM #1
Custom Lockbackground
Can anybody please tell me how I can use a custom LockBackground on 4.2.1....I have tried this but it doesn't fill up the page..
it looks like this
http://img28.imageshack.us/img28/92/imagehto.jpg
<?xml version="1.0" encoding="UTF-16"?>
<html>
<head>
</head>
<body>
<div id="background">
<img src="/Library/Themes/**YOUR THEME NAME**/LockBackground.png" width="320" height="480"></img>
</div>
</body>
</html>
Thxs for the help
-
02-14-2011, 09:45 AM #2What's Jailbreak?
- Join Date
- Feb 2011
- Location
- Upstate NY
- Posts
- 2
- Thanks
- 0
- Thanked 0 Times in 0 Posts
Sounds like your using an iPhone 4 then... if so, then I believe that this code (width="320" height="480") is causing the issue; thus, not showing the full resolution of a HD wallpaper (640x960).
The only solution that I've seen work, is to use a custom png, and have it named Wallpaper.png inside the theme. And also adjusting the Wallpaper.html as follows:
<div id="background">
<div id="Layer"><img src="Wallpaper.png" class="stretch"/></div>
</div>
Hope this helps!Beginner LS creator & writer for i-Enthusiast. You can find my on Twitter and over at DeviantART
"I know I was born, I know that I'll die... the in between is mine" - Eddie Vedder / Pearl Jam




LinkBack URL
About LinkBacks
Reply With Quote