mgmplay Posted August 21, 2016 Share Posted August 21, 2016 Witam. Prestashop 1.6.1 - responsywność Mam problem ze zdjęciami w opisie. Chodzi dokładnie o wyświetlanie na mobilkach. Obrazy dodane do opisu nie dopasowują swojego rozmiaru na urządzeniach mobilnych - pozostają za duże. Częściowo problem rozwiązuje kod z tego topicu: https://www.prestashop.com/forums/topic/546565-ps-16-responsywne-obrazki-w-sklepie/ Ale wówczas wszelkie zdjęcia ( np małego rozmiaru 10px X 10px ) rozciągają się do wielkości ekranu. Czy istnieje sposób, aby duże zdjęcia dopasowywały się automatycznie w opisie do wielkości wyświetlacza a skrajnie małe jak ikony nie powiększały się bezcelowo ? Link to comment Share on other sites More sharing options...
Daresh Posted August 21, 2016 Share Posted August 21, 2016 max-width nie powinno rozciągnąć małych zdjęć, może pokaż stronę to coś się da pomóc. Link to comment Share on other sites More sharing options...
vekia Posted August 21, 2016 Share Posted August 21, 2016 do obrazków dodaj klasę img-responsive <img class="img-responsive" src="obrazek.jpg"> to jedyne słuszne rozwiązanie, powinno pomóc a te pozostałe usuń bo wpłyną na działanie klasy img-responsive Link to comment Share on other sites More sharing options...
mgmplay Posted August 21, 2016 Author Share Posted August 21, 2016 Dzięki Vekia. Działa faktycznie. Rozumie, że reguły nie da się ustanowić ? Trzeba każdorazowo dodawać tą klasę do każdego zdjęcia ? Link to comment Share on other sites More sharing options...
vekia Posted August 21, 2016 Share Posted August 21, 2016 można dodać jakiś skrypt jquery do global.js, który do części strony z treścią (np. opis produktu, treść stron cms) z automatu doda class="img-responsive" do wszystkich obrazków - tylko to już wymaga inspekcji strony przed przygotowaniem takiego skryptu Link to comment Share on other sites More sharing options...
mgmplay Posted August 22, 2016 Author Share Posted August 22, 2016 Ok rozumie. Wystarczy mi takie rozwiązanie obecnie. Dzięki wielkie raz jeszcze:) 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