Hello,
It seems when we upload an image under the ‘logo’ option of our geodirectory posts, the image gets converted to 300px wide instead of staying the size it was when uploaded. Is there any way we can change that? Here’s what the HTML looks like:
<div class="geodir-post-meta-container">
<div class="geodir_post_meta geodir-aligncenter geodir-field-logo">
<div class="geodir-custom-field-file">
<a href="http://test-102818.local/wp-content/uploads/2018/11/500w-template-1.png" data-lity="">
<img src="http://test-102818.local/wp-content/uploads/2018/11/500w-template-1-300x195.png" alt="image-335" width="500" height="325" class="align size-medium geodir-image-335">
</a>
</div>
</div>
</div>
You can see that at the end of the image name it says 300×195, while the link part is the not resized photo. I looked through the settings and didn’t see anything about image resizing, but I may have missed it.
Also, this resized image only displays on the details page, the listings pages that I would think would be more likely to use a thumbnail actually displays the full image.
On this subject, is there a way to remove the link on the logo that pops up a lightbox when clicked? We’d rather not have it on the page as we’re uploading and displaying the logos at the same size.