favancini Posted October 22, 2014 Share Posted October 22, 2014 (edited) Bonjour, J'aimerai savoir dans quel fichier se trouve les paramètres d'affichage de l'image associée à une catégorie. J'aimerai changer le paramètre "contain" en "cover" pour que l'image s'affiche sur la totalité du bandeau : sans marge https://numeridisc.fr/185-video Par avance merci pour votre aide Edited October 22, 2014 by favancini (see edit history) Link to comment Share on other sites More sharing options...
favancini Posted October 23, 2014 Author Share Posted October 23, 2014 Firebug m'indique que le code est dans le lien vers l'image, au format Html Link to comment Share on other sites More sharing options...
S-HAMMANI Posted October 29, 2014 Share Posted October 29, 2014 (edited) Bonjour ces informations se trouve dans le fichier category.tpl ligne ~48 <div class="content_scene_cat_bg" {if $category->id_image} style="background:url({$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category_default')|escape:'html':'UTF-8'}) 0 top no-repeat; background-size:contain; min-height:{$categorySize.height}px;" {/if}> Edited October 29, 2014 by S-HAMMANI (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now