Extend Community Group
Would someone be able to help me extend and override part of the community group component.
I would like to show a different sized image in the component and it is currently restricted to width 170 height 90.
There is this line in the following class com.adobe.cq.social.group.client.impl.CommunityGroupImpl
... this.imageURL = (groupImage == null ? this.clientUtils.externalLink("/etc/clientlibs/social/hbs/communitygroups/images/default.png", Boolean.valueOf(false)) : this.clientUtils.externalLink(groupImagePath + "." + "thumb" + "." + "90" + "." + "170" + "." + System.currentTimeMillis() + ".jpg", Boolean.valueOf(false))); ...Is it possible to override this variable to remove the selectors in the URL?
Cheers, Alistair