I'm probably missing something but is it possible to obtain more control over the resolution of the largest image? I'm using Omega as my sub-theme and everything seems to be working great; however, I have a slider that displays behind my header/menu that's been designed to be larger than the grid (1440px). It's tough to explain but picture a slider/hero below the menu which is cycling some text and the background of the entire header area (usually bleeds past the browser window).

It sounds like some other issues are similar here but it's not 100% clear whether they're asking the same thing.

Thanks!

DW

Comments

n1k’s picture

What exactly would you like to control? If you didn't check the "Mobile First" checkbox it should always send the highest resolution of the image when you visit the site.
$resolution = $mobile_first ? min($resolutions) : max($resolutions); (adaptive_image.image.php, line 32)

If you want to upscale the image further, the issue might be related to #1606078 Upscale the original image size?

n1k’s picture

Status: Active » Postponed (maintainer needs more info)

Status update.

sanduhrs’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

There is a feature request, that allows for style selection per breakpoint: http://drupal.org/node/1355420