I have finaly used the existing masthead stripe to place the module. Than I customized the module code to serve svg images instead of gif. It almost works but I've got stuck with the small size of the image. I am not able to specifi width and height in the code of the module and I do not know how or where should I solve this with propper css. Any idea, please?
e.g.Can I somehow specify fixed width and height for images in this customised line: <?php echo HTMLHelper::_('image', 'mod_languages/' . $language->image . '.svg', $language->title_native, array('title' => $language->title_native), true); ?>
Jan