Problem/Motivation

I installed responsive image module in my site. I configure breakpoints and responsive images and style, after that i assigned image style to teaser. But image not displayed in teaser.

Proposed resolution

Changed the $variables['breakpoints']['mapping'] to a 2 dimensional array as the machine name of breakpoints is available only in the second dimension. With this the images are visible. Attached patch.

This is verified to be working on a local installation at my end.

CommentFileSizeAuthor
resp_img_image_visible.patch541 bytesjaffaralia

Comments

attiks’s picture

Version: 7.x-2.0-beta3 » 7.x-2.x-dev

Did you try using the latest dev versions of both breakpoints and resp_img?

jaffaralia’s picture

Status: Active » Closed (fixed)

It is working in latest dev versions.

jaffaralia’s picture

Issue summary: View changes

Issue summary changes