WPRentals Theme Documentation WPRentals Theme Documentation

  • Client Support
  • Video Tutorials
  • WPRentals
  • WPEstate
  • API
Home / Technical how to / Show full images in property unit without crop

Show full images in property unit without crop

5249 views

In theme we have 3 design types for property unit.

The images that show in the card unit are a thumb version (smaller size version of the original images) which help with speed optimization.

The thumb is generated in wprentals/libs/general-settings.php 

The specific line that creates the thumb is

 add_image_size('wpestate_property_listings' , 400, 314, true);

Files with the code for the unit types are, 2 places). Images are resized using resize rule: wpestate_property_listings

You must edit the php files and replace resize rule twice from unit type you have setup in theme options with full.

wprentals/libs/help_functions.php

 

Technical how to

Related Articles

  • How to add a new currency in Theme Options for payments.
  • How to Disable WordPress Image Compression and Preserve Original Quality
  • How to Change the Default Categories Icon from Listing Card Unit
  • How to change the background color and logo for admin login page

HELP CATEGORIES

  • 71. General
  • 102. Installation & Basic Setup
  • 393. How Booking Works
  • 20Advanced Search
  • 18Elementor Free & WP Rentals Studio
  • 13Email Notifications
  • 14FAQ
  • 14Installation FAQ
  • 10Menu Options
  • 27Multi-Languages - 3rd party
  • 33Owner & Renter
  • 9Page Templates
  • 23Property / Listing
  • 22Shortcodes
  • 4Supported Maps
  • 98Technical how to
  • 5Third Party plugins
  • 3Translation
  • 3WordPress Blog Post
  • 13WordPress Widgets
  • 13WP Rentals Payments
  • 79WP Rentals Theme Options

Join Us On

Powered by WP Estate - All Rights Reserved
  • Client Support
  • Video Tutorials
  • WPRentals
  • WPEstate
  • API