1. Reisebine
  2. Free Templates / Extensions
  3. Tuesday, 28 April 2020
  4.  Subscribe via email
Hello,

I use the News Module and would like all images (Intro images) to be displayed in the same size without to resize them manually.

Is there any possibility to crop all images within the News Module to the same size? I use the "Column - Images | Text" Layout.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of your module? It may be possible to crop the display of your images however the image themselves will not be cropped.

Ciaran
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Here is a sample URL: http://test....

And this is my old module for news: https://www.reisebine.de/planen/post-geld - as you see all images have the same size but there is an option in the administration of the module asking to crop or not and when yes into which size.
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your template settings. Replace 300px width the image height of your choice.

.j51news-image {
height: 300px;
}
.j51news-image img {
height: 100%;
object-fit: cover;
}


Ciaran
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you very, very much ..... this is perfect ... and so simple.
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!