I have tried a few websites with no luck, I am simply requesting assistance with editing the following code on my blog to make the header image "responsive" ... If you take a look at the site, everything is perfectly responsive except for the header image!
www.youareoncrack.com
The code for the header via plugin I installed is ...
// standard code
if(function_exists('chi_display_header')) { chi_display_header(); }
The <? ... ?> was added ...
The instructions I was given to adjust this code to make the header image "responsive" were as follows but as a beginner, I need more help!
"Go to line 479 in the Plugin code and change the output so it will fit your needs. Just use the variables $width, $height, and $header_image_url and change the output to your needs."
Can anyone please help me edit this small section? Please!
If it matters, the header currently on the site is 1010 x 204 px ...
Thanks!