Add-on "Clients" - Display Images In Original Size - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Add-on "Clients" - Display Images In Original Size

D

Domberg

SP Page Builder 6 months ago

I've integrated images via the "Clients" add-on. The original size of the images is 240x60px. However, some images appear in a different "rendered" size, e.g., 210x53px. Where can I configure the images to appear exactly in their original size and not be resized?

Joomla 5.3.0 - Helix Ultimate 2.1.2 - SPPagebuilder Pro 5.5.4

0
16 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 6 months ago #190836

Hello Domberg,

Thank you for reaching out to us. Could you please provide access to your website firewall so we can review and address the issues more effectively?

Looking forward to your response.

Best regards,

0
D
Domberg
Accepted Answer
6 months ago #190843

Thanks -

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 6 months ago #190844

Please re-check the credentials. They seem to be incorrect.

0
D
Domberg
Accepted Answer
6 months ago #190851
0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 6 months ago #190861

Please, watch this video.

0
D
Domberg
Accepted Answer
6 months ago #190899

sorry - my mistake

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 6 months ago #190938

Which page you have added this addon? Please, shre url.

Thanks

0
D
Domberg
Accepted Answer
6 months ago #190983
0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 6 months ago #190986

You are using 4 items within this container, so they automatically adjust their width based on the container’s size. As a result, the images may shrink in width and height.

To fix this, you have two options:

  1. Increase the width of the container to allow more space for each item.
  2. Apply custom CSS to maintain the exact width and height you want for the images.
0
D
Domberg
Accepted Answer
6 months ago #191005

Thank you for your patience and quick help. Unfortunately, I have no idea.

Regarding 1) Where do I set the container width? To what value (with 4 images each 240px wide)?

Regarding 2) How and where do I create/define this?

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 6 months ago #191040

Hello,

Currently, each image width is 240px, just use this css in your custom css to make them fit according to div, follow this guide to add them: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

.sppb-addon-clients .sppb-carousel-extended-item img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

Thanks

0
D
Domberg
Accepted Answer
6 months ago #191102

Unfortunately, no success. I followed the steps described and adjusted the custom CSS.

--- /Large Image Addon Clients/ .sppb-addon-clients .sppb-carousel-extended-item img { width: 100%; object-fit: cover; height: 100%; } ---

Unfortunately, no change - it doesn't work. For example, the image on the far right ("Stadtapotheke") is displayed incorrectly:

--- Rendered size: 278 × 69 px Rendered aspect ratio: 278 × 69 Intrinsic size: 240 × 60 px Intrinsic aspect ratio: 4 × 1 File size: 10.1 kB Current source: https://2025.streuobstwiesen-boerse.de/images/banners/Sponsoren/4x1%20stadtapotheke.jpg ---

Which more settings do I need to make and where?

Thank you for your patience

0
D
Domberg
Accepted Answer
6 months ago #191134

Now I have solved the problem. Thank you very much for yuor help and asistence.

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 6 months ago #191164

You are most welcome.

0
D
Domberg
Accepted Answer
5 months ago #193846

Now I'm frustrated by the following problem:

I want to display four small graphics (advertising banners). I solved this with the "Clients" add-on, and it works perfectly, including the desired rotation.

This applies to the desktop display. However, when displayed on a mobile device, the graphics are enlarged... I want the following:

On a large screen width, four graphics should be displayed next to each other, rotating, on a slightly smaller screen width, two, and one on a mobile device.

Are there any tips/help on how and where I can implement this?

Where can I set the values for responsive screen widths?

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 5 months ago #193886

In clients addon go to settings -> options -> enable use as carousel then you can set device specific items in Items Per Slide.

Check the screenshot and also you can check this documentation: https://www.joomshaper.com/documentation/sp-page-builder/clients

Thanks

0