Header Image doesn't fit for all screen resolutions - Joomla! Forum - community, help and support
hi
we have developed site using rhuk_milkyway template.
in header image have placed flash player image , jpeg image(with dimensions 1100*175).
but image not fit screen resolutions.
following url of our site: http://www.mentorezoom.be/joomla/
to display different images in different pages have put following code in index.php file:
<?php
$itemid = jrequest::getvar( 'itemid', 0 )
?>
<style type="text/css">div#logo {background:url(images/mentorimages/mentor_<?php echo $itemid; ?>.jpg) 0 0 no-repeat;}</style>
could please suggest me how image fit screen resolutions.
thanks
we have developed site using rhuk_milkyway template.
in header image have placed flash player image , jpeg image(with dimensions 1100*175).
but image not fit screen resolutions.
following url of our site: http://www.mentorezoom.be/joomla/
to display different images in different pages have put following code in index.php file:
<?php
$itemid = jrequest::getvar( 'itemid', 0 )
?>
<style type="text/css">div#logo {background:url(images/mentorimages/mentor_<?php echo $itemid; ?>.jpg) 0 0 no-repeat;}</style>
could please suggest me how image fit screen resolutions.
thanks
add
background-size: cover;
and remove
left-margin:225px;
things still wont quite right, step in right direction
bon chance
background-size: cover;
and remove
left-margin:225px;
things still wont quite right, step in right direction
bon chance
Comments
Post a Comment