Image on Slider to resize

Created on 30 August 2023, 10 months ago
Updated 7 September 2023, 10 months ago

Problem/Motivation

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

✨ Feature request
Status

Fixed

Version

10.0

Component

User interface

Created by

🇺🇸United States carlabrophy

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇮🇳India chetan 11

    can you please tell me the precise size for the image slider.

  • 🇮🇳India ravis

    Hello,
    By default slider height is set to 100vh. This means slider will take 100% of the screen height.
    And full screen width.

    You can change slider height by adding below CSS codes in:
    Tara Theme Settings -> Insert Codes -> CSS Codes

    #slider,
    .home-slider {
    	min-height: 70vh;
    }
    .owl-item {
    	height: 70vh;
    }
    

    70vh means 70% of screen height. Change this value as you want.

    And clear cache after adding css codes.

    example.com/admin/config/development/performance
    
  • 🇮🇳India ravis

    can you please tell me the precise size for the image slider.

    For background images, the best size is 1920px wide x 1080px high. This ideal ratio of 16:9

  • Status changed to Fixed 10 months ago
Production build 0.69.0 2024