Images in Product Gallery 2 (NSP)

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Dec 19, 2013 2:27 pm
Reply with quote
Report this post
Hi!

I'm modifying some aspects for Product Gallery 2 (http://www.m2mphotography.es/blog/) and I have a question:

How can I make the vertical images to be of the same width than the others? I've tried with
Code: Select all
overflow: hidden!important;
but it doesn't work. It's difficult to explain what I want, I hope you understand :lol:

Thank you!
User avatar
Expert Boarder

GK User
Thu Dec 19, 2013 7:10 pm
Reply with quote
Report this post
Could you create a screenshot of how they should look after the change?
User avatar
Moderator

GK User
Thu Dec 19, 2013 9:13 pm
Reply with quote
Report this post
I just need thumbnail frames of the same dimensions, and adapt the pictures to those dimensions, no mind if the pics are vertical or horizontal.
User avatar
Expert Boarder

GK User
Sat Dec 21, 2013 6:52 pm
Reply with quote
Report this post
Image

Here is what I want to do: all images of the same dimensions, no matter if frames don't show the whole image. I'm not able to show the title and button for vertical images... :cry:
User avatar
Expert Boarder

GK User
Fri Dec 27, 2013 2:45 pm
Reply with quote
Report this post
Please edit: /templates/gk_creativity/css/override.css and add at its end:
Code: Select all
.gkNspPM-ProductGallery2 div.gkImage>a {
display: block;
height: 200px;
overflow: hidden;
}


Adjust the 200px size to suit your needs.

Remember to enable "CSS override" in template settings - advanced section.

Ps - nice photography :). Classic and simple, yet with great technical skills and moment catching ability.
User avatar
Moderator

GK User
Sun Jan 05, 2014 7:37 pm
Reply with quote
Report this post
Thank you so much, Cyberek! I've been trying to fix this for hours, but I couldn't find the right CSS property in the right element...

Oh, and I will tell my client you have enjoyed his pics! :lol:

Happy new year, and thanks again for your help!
User avatar
Expert Boarder

GK User
Mon Jan 06, 2014 11:23 am
Reply with quote
Report this post
Thank you.
Best New Year's wishes to you too :).
User avatar
Moderator


cron