Images From The Helix Ultimate Gallery are Not Cropped - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Images From The Helix Ultimate Gallery are Not Cropped

LM

Lucio Matsuno

Helix Framework 3 years ago

Hello, I set the size of images in Helix Ultimate:

I created a new article and in blog option I created a gallery:

But the images on the frontend remain with their original size.

Can someone help me?

0
4 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #63786

Hi there!

Thnaks for your query.

Can I have your site URL to chech, please?

Best Regards

0
LM
Lucio Matsuno
Accepted Answer
3 years ago #63791

ok

0
LM
Lucio Matsuno
Accepted Answer
3 years ago #64069

any news?

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #64399

Hi there!

Sorry for the delayed response.

You can try the following code in your custom CSS:

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
    height: 400px;

It will give you same height for all of your slider images. Please use your desired height value.

Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0