- Posts: 11
- Thank you received: 0
OS Property support center
How to modify picture size in backend listing
- Martina Becker
- Topic Author
- Offline
- New Member
-
Less
More
9 years 2 months ago #77857
by Martina Becker
How to modify picture size in backend listing was created by Martina Becker
Hello,
How can I modify the picturesize (bigger) in the backend listing for managing the propeties.
Second question: which CSS style is respnsible for the short description in property detail. I want to change the size, but can not find the right entry.
Thanks in advance
How can I modify the picturesize (bigger) in the backend listing for managing the propeties.
Second question: which CSS style is respnsible for the short description in property detail. I want to change the size, but can not find the right entry.
Thanks in advance
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
9 years 2 months ago #78006
by Mr. Dam
Replied by Mr. Dam on topic How to modify picture size in backend listing
Hi Martina,
To increase the width size of picture in Properties listing at Back-end side, please follow these steps:
1. Open file: root > administrator > components > com_osproperty > classes > property.html.php
2. Find
and increase value 90px to another number like 120px
To change the font-size of property description at front-end, i advise you to use Inspect Element tool of browser to find the css element source modify css attributes.
Thanks
Dam
To increase the width size of picture in Properties listing at Back-end side, please follow these steps:
1. Open file: root > administrator > components > com_osproperty > classes > property.html.php
2. Find
Code:
OSPHelper::showPropertyPhoto($photo->image, 'thumb', $row->id, 'width:90px;', 'img-polaroid', '');
To change the font-size of property description at front-end, i advise you to use Inspect Element tool of browser to find the css element source modify css attributes.
Thanks
Dam
The following user(s) said Thank You: Martina Becker
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.