Changing thumb size doesn't work

  • larry
    Inactive member
  • Topic Author
  • Member
  • Member
More
9 years 3 months ago #45864 by larry
Changing the size of the thumbs in admin controls has no effect. Yes, I deleted the thumbs and thumbs folder to see if there was a change and their isn't.

In fact, the backend sizing has no impact. When I look at the code with Firebug, the css size parameters are blocked out. I can't figure out where the module is getting its instructions for the image thumb sizes. They are the same as in the demo and won't change.

Using hotstart hot startup template at www.snavelyconstruction.com .

Please Log in to join the conversation.

More
9 years 3 months ago #45866 by nikola.mihajlovic
Hello,

well if settings from module didn't work for you in some reason, you can add this code to bottom of template_css.css which is located under your template_folder/css:
Code:
#responsivelightbox li { width: 20%!important; height: 20%!important; }
and you can change values to onw you want.

Best regards,
Nikola Mihajlovic

Please Log in to join the conversation.

  • larry
    Inactive member
  • Topic Author
  • Member
  • Member
More
9 years 3 months ago #45867 by larry
It turns out that was unnecessary. I found css in the template_css.css file as follows:

Line 852:

#responsivelightbox li {
width: 16.6666666%;
}

#responsivelightbox img {
width: 100%;
height: 100%;
}

When that is removed, the settings in the module work again like they should. I don't know why that css was in there to begin with and whether that will affect the responsiveness or something else.

Please Log in to join the conversation.

More
9 years 3 months ago #45869 by nikola.mihajlovic
Hello.

Great that you find solution, that was template related additional .css but will have no major effect by removing it.

Regards

Please Log in to join the conversation.

Time to create page: 0.251 seconds
Powered by Kunena Forum