View Full Version : Image Sizes In CMS Articles
Steve038
04-14-2011, 09:52 PM
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?
TomorrowsGaming
04-15-2011, 02:30 PM
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 :(
Lynne
04-15-2011, 03:28 PM
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).
Steve038
04-17-2011, 01:15 AM
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
Alldis
05-12-2011, 03:20 PM
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.
Lynne
05-12-2011, 09:41 PM
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.
I don't understand what you want at all as you don't have the same issue as the first poster. The first poster said he had a 1 x 2 column layout and just wanted to chcange the size of the image in the first article. You don't have a 1 x 2 layout at all so I don't understand what you want at all.
Alldis
05-13-2011, 01:24 PM
Sorry. I would like to replace the thumbnail images on the CMS front page with larger images, width ~1000 pixels.
Lynne
05-13-2011, 05:07 PM
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:
.cms_article_preview_image { max-height: 1000px; max-width: 1000px !important;}
Alldis
05-13-2011, 05:46 PM
That was very easy. Thank you.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.