Closed (duplicate)
Project:
Views Isotope (Deprecated)
Version:
7.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2014 at 12:24 UTC
Updated:
4 Jun 2014 at 08:52 UTC
Jump to comment: Most recent
Comments
Comment #1
sunnydeveloper commentedHi,
You might want to checkout this style in the css:
.isotope-element img {
width: 150px;
margin: 0 auto;
text-align: center;
}
Comment #2
rgnyldz commentedThanks, but I know how to fix the problem for my end.
My reason to post this is to point that this method is not dynamic.
For example in views when I try to set an image style for the pictures, it still crops the picture into 150px.
Actualy it's not croping the image, but limiting the whole area to 150x150px, you got the point I hope ;)
Comment #3
Chris Gillis commentedI understand you feel that the module should not be specifying default CSS. I believe this is done to make the module easy to test out of the box. I'm sure the module author intended for you to overwrite these styles with your own, which is quite simple with theming. I have no issue with a module including default CSS.
Comment #4
Chris Gillis commentedhttps://drupal.org/node/1861614