The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Image Sizes In CMS Articles
I've set my CMS article layout content columns on the Home page to show a single Article at the top of the page for my newest article, then a two-by-two layout beneath that for older articles. Is it possible to make the image appearing in the single article at the top of the page full size, with the text beneath it, rather than it being a thumbnail with the text next to it when appearing on the Home page?
|
#2
|
||||
|
||||
This has been asked many times before, Sorry, but I don't think there is any practical way to do this AFAIK without doing some good code edits.
Admincp >> Options >> Message Attachment Options >> Thumbnail Size ^^This only affects the Article Max Thumbnail Size, Not the CMS |
#3
|
||||
|
||||
Yes, it is possible. I've posted the CSS a few time. I didn't save it and can't tell you it without a link to the specific page you want to do this on (if I recall, the css was id specific, so I need the grid id).
|
#4
|
|||
|
|||
Hey many thnaks to you both for replying. Lynne, I'll do a search and see if I can find one of your theads on this.
Thanks again |
#5
|
|||
|
|||
Hello, I'm trying to do the same thing as the original poster. The website is http://vigil-guild.com/content.php
If you could point me in the correct direction that would be great. I haven't had any luck mucking around or with google, aside from finding this post. |
#6
|
||||
|
||||
Quote:
|
#7
|
|||
|
|||
Sorry. I would like to replace the thumbnail images on the CMS front page with larger images, width ~1000 pixels.
|
#8
|
||||
|
||||
image_thumbnail_max is the stylevar that is used to set the size of the images on that page. Or just add your own css to the page:
HTML Code:
.cms_article_preview_image { max-height: 1000px; max-width: 1000px !important;} |
#9
|
|||
|
|||
That was very easy. Thank you.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|