Home Forums Inside Tours Gallery items aspect ratio

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #20878
    Mihai Tudose
    Participant

    Hello, is it possible to change the gallery items aspect ratio from 1:1 to 4:3?

    If it’s necessary to change something in theme’s code, can you indicate me the file and the line of code?

    Thank you!

    #20916
    User Support
    Participant

    Hello Mihai
    Go to dashboard > appearance > customize > additional css
    paste the given code below in the additional css tab

    main#innerpage-box div#content-box .galleryinnerbox img {
    max-height: 150px;
    }
    change the max height element value if you want to decrease or increase the height of the images in the gallery.
    then click on publish to save the changes.
    Thank you for contacting us

    #21000
    Mihai Tudose
    Participant

    Thank you for the answer! If there are any others who want 4:3 aspect ratio max-height: 218px works better than 150px.

    Working at Gallery I discovered an issue. When a gallery item is opened on mobile, the image larger than the screen. On a computer screen it looks ok. Can it be fixed for mobile screens?

    Screenshot with the issue: https://imgur.com/37JEbuh

    #21017
    User Support
    Participant

    Hello Mihai
    could you please send us your wordpress admin log in credentials on [email protected] we will need to look into the issue.
    Thank you

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.