You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- Thanks! How should I deal with a field that is displayed in multiple views all with varying sizes. Example, front page view displays the pic at 200x200px but it's also used for a page header at 100% page width?Anon Ymous– Anon Ymous2016-09-20 08:21:49 +00:00Commented Sep 20, 2016 at 8:21
- If you are talking about the static height...I guess use Views Fieldset and create a container using the Global:Fieldset. Therefore set a static height on every different container of fieldset as desired.pierostz– pierostz2016-09-20 09:14:06 +00:00Commented Sep 20, 2016 at 9:14
- i tried resizing the images close to the correct pixel ratio. all files are between 8kb and 25kb. still same issue. ive included a link to the op. Thanks for the help!Anon Ymous– Anon Ymous2016-09-20 18:39:34 +00:00Commented Sep 20, 2016 at 18:39
- There seems to be some javascript or jquery script that is messing with it. The div with the classes views-row views-row-1 views-row-odd views-row-first views-row-last col-md-4 under the attachment has a static height of 1px that seems be be set by this scriptpierostz– pierostz2016-09-21 06:22:03 +00:00Commented Sep 21, 2016 at 6:22
- could it be the bootstrap theme as my base theme?Anon Ymous– Anon Ymous2016-09-21 19:09:40 +00:00Commented Sep 21, 2016 at 19:09
| Show 2 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. taxonomy-terms), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you
default