I've used some custom javascript, and PHP hacking to utilize the header images as full-screen background images. It worked, but when I update to WP version 3.3 the site breaks as soon as it come to the hook of: <?php header_image(); ?>
If I remove that bit of code, the page will continue to load fully.
I'm wondering if anyone know why it would break the site like that when it comes to the header image code. Whats changed?
I'm a PHP hacker, I can sometimes figure stuff out by trial and error, but this is beyond me. But if I have a starting point, I may be able to figure it out.