-
AuthorPosts
-
nedzad grebovic Friend
nedzad grebovic
- Join date:
- July 2014
- Posts:
- 325
- Downloads:
- 12
- Uploads:
- 118
- Thanks:
- 83
- Thanked:
- 2 times in 1 posts
September 7, 2012 at 12:08 pm #180532Hi folks,
how can I change width of content area from 831 px to e.g. 720 px? See screenshoot bellow:
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 11, 2012 at 8:32 am #466722This popup has fixed on the js file, width a column time(multiply) with 3
<blockquote>templatesja_lensjswall.js</blockquote>
$('<div id="popup-content" style="width: 1px; height: 1px; visibility: hidden;"></div>')
.append($('<div id="popup-head"></div>').append($('<a href="javascript:;" class="close"></a>').on('click', onHide)))
.append($('<div id="popup-inner"></div>').append($('<iframe id="popup-iframe" src="' + url + '" height="1" width="' + (jcontainer.data ('basewidth')? jcontainer.data ('basewidth') : $('#base-blank-item').width()) * 3 + '" scrolling="no" frameborder="0" />').bind('load', ifmOnload)))
.appendTo(jitem);or you can go to Admin add width a column (240)
<blockquote>Admin area->Extensions->Edit JA_Lens – Default ->Average Item Base Width(set 240)</blockquote>
gabrielanta Friendgabrielanta
- Join date:
- January 2009
- Posts:
- 52
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 18
- Thanked:
- 4 times in 1 posts
November 9, 2012 at 6:41 pm #472424Hello,
I want to change the HEIGHT of the article, so I can see the entire article on the mainpage.
Should I modify this same file? What should I change?
Thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 10, 2012 at 10:15 am #472484I’m afraid that you don’t have the option to change the setting on this. As I know there is only a setting with Width. The height will auto-resize to match with the Width.
You can read more code from K2 forum: http://getk2.org/community/New-to-K2-Ask-here-first/160454-Image-is-stretched#160856
1 user says Thank You to Ninja Lead for this useful post
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by Ninja Lead 12 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
change width
Viewing 4 posts - 1 through 4 (of 4 total)