Closed gorDaChris closed 1 month ago
Looks good! I would wait to merge this into main because someone else is currently working on this file. Gotta make sure there's no merge errors.
Well actually, there was not much change so feel free to merge whenever!
The original bug was no preview being shown when the user hovers over a post. This is what a preview looks like now:
The issue was coming from the image url, since we were appending the Cloudinary string to current image string. I found that 'f_auto,q_auto' was being appended in addition to the current image string, which was giving an invalid URL. I removed 'f_auto,q_auto', and images were able to be displayed again because the image url is no longer invalid. Since I deleted something, I traced back when it was changed - commit 294. From further inspection, nothing significant was reliant on this change, and so deleting it was safe.