Bootstrap subtheme - preprocess nem működik

gazsesz képe

Sziasztok!

Küzdök egy ideje már a feladattal. A képeket akarom a bootstrap img-responsive class megoldásával responzívvá tenni.
Ezek alapján bele is írtam a template.php-be, de semmi nem történt.

Kipróbáltam az image class modult is, de azzal sem adódott a képekhez a class="img-responsive".

Örülnék, ha tudnátok pár ötletet mondani!
Köszi

Melyik modulhoz, modulokhoz kapcsolódik a téma?: 
Drupal verzió: 
akosms képe

Mind a kettőt próbáltad?

function themename_preprocess_image(&$vars) ...
function themename_preprocess_image_style(&$vars) ...

1
0
gazsesz képe

Igen, egyik sem megy.

0
0

Gazsesz

pp képe

A kép nem lesz responsive, hanem csak alkalmazkodik a befoglaló elem méretéhez. Tehát neked kell egy befoglaló elem, ami responsive, és a képet abba kell raknod, a megadott class-sal.

http://getbootstrap.com/css/#overview-responsive-images

"Images in Bootstrap 3 can be made responsive-friendly via the addition of the .img-responsive class. This applies max-width: 100%; and height: auto; to the image so that it scales nicely to the parent element."

pp

0
0