![]() |
|
|
|||||||
| General Chat That's the right place for your to discuss anything you want. |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Member
Join Date: Jul 2008
Posts: 34
![]() |
I want the images on my website to display as 100px in width and 100% in height. That makes it much easier for somebody to resize their image. Whenever I put that in, the system doesn't recognize the 100% in height. How do I modify the article image to display like that?
|
|
|
|
|
|
#2 (permalink) |
|
Subrion Tech Support
Join Date: Apr 2007
Posts: 644
![]() |
In configuration -> Publishing, set
Article Photos width: 100 Article Photos height: 0 Images will be resized only when it width > 100px
__________________
With private requests send a ticket on http://www.subrion.com/desk/ |
|
|
|
|
|
#4 (permalink) |
|
Subrion Tech Support
Join Date: Apr 2007
Posts: 644
![]() |
If you familiar with HTML and CSS, you can look at function printImage in file includes/classes/sbr.front.smarty.php
__________________
With private requests send a ticket on http://www.subrion.com/desk/ |
|
|
|
|
|
#6 (permalink) |
|
Subrion Tech Support
Join Date: Apr 2007
Posts: 644
![]() |
Add to beginning of the function next line
PHP Code:
__________________
With private requests send a ticket on http://www.subrion.com/desk/ |
|
|
|
|
|
#7 (permalink) |
|
Member
Join Date: Jul 2008
Posts: 34
![]() |
Hi Sergey,
I'm a little confused with your instructions. Where should I add that? function printImage($aParams) { $config = &sbrConfig::instance(); $thumbUrl = SBR_URL; $thumbUrl.= $aParams['imgfile'] && is_file("uploads/".$aParams['imgfile']) ? 'uploads/'.$aParams['imgfile'] : $config->get('templates').$config->get('tmpl').'/img/no-preview.gif'; if(isset($aParams['printpage'])) |
|
|
|
|
|
#8 (permalink) |
|
Subrion Tech Support
Join Date: Apr 2007
Posts: 644
![]() |
Make it looks like this
PHP Code:
__________________
With private requests send a ticket on http://www.subrion.com/desk/ |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help for upload image | jattas | Installation & Upgrades | 13 | 06-13-2008 10:43 PM |
| How to make a backup | webgomer | General Chat | 5 | 06-09-2008 03:38 AM |
| Making Article Image Avatar | LorenGK | Subrion Core Discussion | 10 | 09-20-2007 12:42 PM |
| How to add an image to an article? | plantagenet | Subrion Core Discussion | 3 | 05-02-2007 03:44 AM |
| Upload Image | redeye | Subrion Core Discussion | 8 | 04-23-2007 11:56 AM |