-
AuthorPosts
-
October 28, 2014 at 3:30 pm #342254
Hello,
I’m working on my new website with theme Eunoia.
I would like al my pictures in each portfolio item to be the same hight. Therefore I resized all my pictures to hight 600pix. The with of the picture varies. I hoped by doing this only the with would change of each picture, but they would remain the same hight. But what happens: the theme by itselve resizes each picture to the same with. So my ‘vertical’ pictures look pixelated and become very big.How can I make all the pictures the same hight (with varies with) and keep my website responsive?
Thanks in advance for your response!Groetjes, Daphne
October 30, 2014 at 10:13 am #343303Hey daphneVDKL!
In the Easyslider settings modal, make sure you select the No Scaling option from the Slideshow Image Size dropdown
Cheers!
ArvishOctober 30, 2014 at 10:56 am #343319Hi Arvish,
Thanks for your reply!
One question; if I choose this option, do the pictures still look OK on mobile devices? Is my website still responsive? Or do the pictures always are the same size?Thanks in advance for your answer!
Groetjes, Daphne
October 30, 2014 at 12:57 pm #343366Hi Arvish,
Yet another question. Where can I find the Easy Slider setting modal?
I cannot find it anywhere? I only have 4 options for slideshows and 4 options for sizes if I import a pichture: (thumbnail, averige, big, maximum size)Thumbnail (80 × 80)
Gemiddeld (300 × 198)
Groot (1024 × 677)
Volledige grootte (1119 × 740)But not the one you describe.
Thank you in advance for your reply.
Groetjes, DaphneNovember 1, 2014 at 2:40 am #344442Hey!
in your WordPress backend open the page you want to edit. Than you will see the Avia Layout Builder, click on the element “Easy Slider” to edit it. A window will open. There you will find the option “Slideshow Image Size”, which Arvish was talking about.
Regards,
AndyNovember 3, 2014 at 12:05 am #345012Hey Andy,
I have the theme Eunoia.
I cannot find the Avia Layout Builder at the WordPress backend with the theme Eunoia.
Therefore I asked my personal computer guru :-) to take a look. And he could not find it as well.
He told me he could find it but only on the theme Enfold.Does the theme Eunoia have the Avia Layout Builder or only the theme Enfold?
And if the theme Eunoia does not have the Avia Layout Builder, is there a other way to fix my ‘problem.Thanks in advance for your anwser. .
Groetjes, Daphne
November 3, 2014 at 11:38 pm #345613Hey!
I am really sorry, I think both me and Arvish thought you were talking about Enfold. So many people are asking us about this theme and the word Eunoia just seemed like Enfold to me :).
Use this code in Quick CSS:
#top .slideshow li img {
width: auto;
height: 600px;
}That should help.
Cheers!
AndyMarch 13, 2015 at 10:53 am #410899Hey,
It’s been a while, but the code Andy gave some months ago is not working. My portfolio pictures still change in height.
If I do this also the pictures on the home page change and I do not want that. Only the pictures of my portfolio.
NB the Theme I have is Eunoia!Are there any other options to keep the height of all my pictures in the Portfolio the same?
My website is http://www.vdkl.nlThanks for your reply.
Groetjes, DaphneMarch 15, 2015 at 1:45 am #411618Hi!
please try this in Quick CSS:
.responsive #top .one_third .slideshow, .responsive #top .two_third .slideshow { height: 325px !important; } #top .slideshow li img { width: auto; height: 325px; }
If that does not work can you please provide us admin access so we can take a deeper look into it?
Cheers!
AndyMarch 15, 2015 at 9:21 pm #411748Hi Andy,
It’s working, but has some nasty side effects:
If I do this, the pictures on each portfolio item do get one hight. Only de with changes
But on my homepage and portfolio page the pictures of the ‘overview’ change hight as well. They become almost a square in stade of a rectangle as they are now and also the expect ratio on these pictures change so they look very strange.
I send you per private reply some more details.
Groetjes, Daphne
March 15, 2015 at 9:23 pm #411750This reply has been marked as private.March 17, 2015 at 6:29 am #412781Hey!
From what I understand, you want to limit the height of the images in the ajax slide? Is that correct? Please use this (Note that this will also stretch tall images.):
#top .ajax_slide li img { height: 325px; }
Please provide a screenshot so that we can understand the issue better.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.