OS Property support center

How to modify picture size in backend listing

  • Martina Becker
  • Topic Author
  • Offline
  • New Member
  • New Member
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

Please Log in or Create an account to join the conversation.

More
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
Code:
OSPHelper::showPropertyPhoto($photo->image, 'thumb', $row->id, 'width:90px;', 'img-polaroid', '');
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
The following user(s) said Thank You: Martina Becker

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamNguyen Phu Quan