Skip to Content Skip to Menu

[SOLVED] CB gallery v2 thumbnail proportions

  • smFruen
  • smFruen
  • OFFLINE
  • Posts: 116
  • Thanks: 5
  • Karma: 3
8 years 2 months ago #285853 by smFruen
Replied by smFruen on topic CB gallery v2 thumbnail proportions
please

what line in the activity template file

Before: ?

After: ?

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • OFFLINE
  • Posts: 48541
  • Thanks: 8290
  • Karma: 1445
8 years 2 months ago #285856 by krileon
Replied by krileon on topic CB gallery v2 thumbnail proportions
Review the template files carefully. I've already provided you with what you need to change. A search in activity.php (line 144) will find its thumbnail usage.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • smFruen
  • smFruen
  • OFFLINE
  • Posts: 116
  • Thanks: 5
  • Karma: 3
8 years 2 months ago - 8 years 2 months ago #285858 by smFruen
Replied by smFruen on topic CB gallery v2 thumbnail proportions
it works thanks
Last edit: 8 years 2 months ago by smFruen.

Please Log in or Create an account to join the conversation.

  • smFruen
  • smFruen
  • OFFLINE
  • Posts: 116
  • Thanks: 5
  • Karma: 3
8 years 2 months ago #285859 by smFruen
Replied by smFruen on topic CB gallery v2 thumbnail proportions
activity.php


Line 144

Befor:
$embed = $item->thumbnail( $gallery, 0, ( ( $item->width( true ) >= $width ) || ( $item->height( true ) >= $width ) || ( $item->mimeType() == 'video/x-youtube' ) ) );

After:
$embed = $item->thumbnail( $gallery, $width );

Works fine now

is it righ done

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • OFFLINE
  • Posts: 48541
  • Thanks: 8290
  • Karma: 1445
8 years 2 months ago #285862 by krileon
Replied by krileon on topic CB gallery v2 thumbnail proportions
Yes, that's correct and as I've instructed. You will not be able to do the same for folders though without modifying library files which I can not advise you on (we do not support core edits).


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • smFruen
  • smFruen
  • OFFLINE
  • Posts: 116
  • Thanks: 5
  • Karma: 3
8 years 2 months ago #285864 by smFruen
Replied by smFruen on topic CB gallery v2 thumbnail proportions
it is okay

i do not run folders

so all i fin now

thanks
The following user(s) said Thank You: krileon

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum