Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Header image - responsiveness #19

Closed
flickster opened this issue Jun 29, 2012 · 3 comments
Closed

Header image - responsiveness #19

flickster opened this issue Jun 29, 2012 · 3 comments

Comments

@flickster
Copy link

With reference to the question posed here - it suddenly reminded me that I added an extra class to my child theme header-image code (in header.php)
<img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" class="wp-image-" />

as it then allowed the image to expand and contract as usual. In hindsight, this is probably better adjusted using the stylesheet instead?

Thanks :)

@obenland
Copy link
Owner

Yes, I added the selector in b219725, this is also fixed in 1.7.1 :)

@flickster
Copy link
Author

My bad for not spotting the fix! Sorry for the extra hassle. >_<

@obenland
Copy link
Owner

Now worries. I rather have it this way than potentially having a buggy Theme :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants