TomTomTom Posted August 17, 2018 Share Posted August 17, 2018 Witam serdecznie mam taki problem ze sklepem arabesque.pl: Ograniczenie wielkości przerwy w banerze górnym kategorii. Zdjęcie jest ograniczone na boki i jest responsywne ale zmieniając wielkość okna czy po otwarciu strony mobilnie przerwa od góry o dółu zdjęcia robi się większa/mniejsza. Pytanie jak wielkośc tej przerwy ustalić „na sztywno”. Proszę o pomoc Pozdrawiam. Link to comment Share on other sites More sharing options...
selljus.pl Posted August 17, 2018 Share Posted August 17, 2018 Nie widać zdjęć Link to comment Share on other sites More sharing options...
TomTomTom Posted August 17, 2018 Author Share Posted August 17, 2018 chodzi o sklep arabesque.pl Link to comment Share on other sites More sharing options...
selljus.pl Posted August 20, 2018 Share Posted August 20, 2018 Wygląda to tak z tego względu, że zdjęcie zmniejszane jest proporcjonalnie - zgodnie z wielkością okna, a plikach css mamy przypisaną minimalną wielkość tej powierzchni: min-height: 450px; a to z tego względu, że ta ilustracja wyświetlana jest jako tło, nie element img. Link to comment Share on other sites More sharing options...
TomTomTom Posted August 20, 2018 Author Share Posted August 20, 2018 A jak to naprawić? Link to comment Share on other sites More sharing options...
atomek Posted August 20, 2018 Share Posted August 20, 2018 (edited) w pliku category.tpl odszukaj diva z klasą content_scene_cat_bg, zakomentuj lub usuń wraz z całą wewnętrzną zawartością. dodaj w to miejsce kod: <div class="content_scene_cat_bg"> <img class="img-responsive" src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category_default')|escape:'html':'UTF-8'}" alt="{$category->name|escape:'html':'UTF-8'}" /> </div> włącz kompilacje szablonu, wyczyść cache, powinno działać, możesz też dodać warunek sprawdzający czy obrazek kategorii istnieje {if $category->id_image} <img class="img-responsive" src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category_default')|escape:'html':'UTF-8'}" alt="{$category->name|escape:'html':'UTF-8'}" /> {/if} Edited August 20, 2018 by atomek (see edit history) Link to comment Share on other sites More sharing options...
TomTomTom Posted August 20, 2018 Author Share Posted August 20, 2018 dziękuję działa 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