Hi, thanks a lot for these great module. The modul works fine and i place the block in the header region. But i like to define the Header image in "em" to scale it in the browser like types. I try this...

  <div id="header_img"><?php print $header ?></div>  

in page.tlp.php and in the css..

#header_img, img { 
   height: 3.13em;
   width: 18.75em;
   display: block;
}

This is the only way i find, because now all images (e.g. logo) have this scale.

Sorry for my level in english. I hope you understand and maybe you have an answer.

best regards

buntstich

Comments

buntstich’s picture

Title: picture size in em » picture size in em - update

I try header image with a node,

In the textarea i use this code:

<img style="height: 3.13em; width: 18.75em; display: block;"img src="/sites/files/u1/box-rot.jpg" width="300" height="50" />

In node view it work fine, but header image convert it in a field_item.

buntstich

buntstich’s picture

Title: picture size in em - update » picture size in em - update 2

Sorry, the node workflow work fine in Garland, its only a theme problem.

buntstich

sutharsan’s picture

Assigned: buntstich » Unassigned
Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.