- Posts: 1
- Thank you received: 0
how to set up backgroung image in auto
-
danilo2114
Inactive member - Topic Author
- New Member
Less
More
11 years 7 months ago - 11 years 7 months ago #29581
by danilo2114
how to set up backgroung image in auto was created by danilo2114
hi i got a question i dont want to change all configuration i select custom style but i make another bg_7 and replaced the one has coming but i want to put the imagen in auto to fit the screen. and the heigh is because when i load another module the imagen stay in the same pixel was made and look very bad.
i dont now if is here
body {
font-size:<?php echo $mainFontSize; ?>px;
color:<?php echo $bodyText; ?>;
<?php if ($backgroundImage!="none") { ?>
background:<?php echo $backgroundColor; ?> url(<?php echo $template_path; ?>/images/bg_<?php echo $backgroundImage; ?>.jpg) top left no-repeat;
<?php }else{ ?>
background:<?php echo $backgroundColor; ?>;
<?php } ?>
}
please help me. thanks in advance
i dont now if is here
body {
font-size:<?php echo $mainFontSize; ?>px;
color:<?php echo $bodyText; ?>;
<?php if ($backgroundImage!="none") { ?>
background:<?php echo $backgroundColor; ?> url(<?php echo $template_path; ?>/images/bg_<?php echo $backgroundImage; ?>.jpg) top left no-repeat;
<?php }else{ ?>
background:<?php echo $backgroundColor; ?>;
<?php } ?>
}
please help me. thanks in advance
Last edit: 11 years 7 months ago by danilo2114.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago - 11 years 7 months ago #29586
by ivan.milic
Replied by ivan.milic on topic how to set up backgroung image in auto
Last edit: 11 years 7 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.155 seconds