This isn't so much of an issue as much as it is a problem I ran into that eventually solved and thought I would share it. After I went into the module settings (admin/config/media/image-styles/responsive) and set one of my image pre-sets as responsive, I noticed that all of those images were different sizes. I found, through firebug, that Borealis was adding a new style sheet to those image pre-sets to be 100% width of their container. So, the solution to seeing all these different size images is to change the dimensions of the image's container. Other than that this is a great contrib module.

Comments

Snugug’s picture

Status: Active » Closed (works as designed)

This is as designed. The idea is that you should never see the images jump sizes, and the way to accomplish this is to have a larger image loaded in and scale it between image sizes is by settings max-width: 100%. This is designed to never expand an image past its natural dimensions while ensuring it take sup the entirety of its parent container.