Closed (works as designed)
Project:
Background Images Formatter
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 May 2014 at 05:05 UTC
Updated:
8 May 2014 at 09:23 UTC
Jump to comment: Most recent
Comments
Comment #1
dman commentedI'm not sure if it's relevant to your question - the illustration you supply seems to be just showing an image, with no special need for 'background' image effect there.
But anyway - you can use https://drupal.org/project/imagecache_actions if your question is about producing the circular mask effect.
Comment #2
polHi,
I'm sharing the point of view of dman too.
Comment #3
alansaviolobo commentedThanks for pointing out the module. I was not sure how to achieve the rounding effect. Hence I used this module to output the image as a background to a div and rounded the div using css.
I shall try out the module.
just another quick question: is it possible to scale and crop an image such that I always get my desired dimensions ?
for landscape images, it seems to work, However I am not sure what stragegy to use for portraits.
specifically, I dont know how to obtain a landscape result out of a portrait image (by chopping off the irrelavant/less important section of the image).