XF 2.2 Clicking on Latest Post loads images higher up in the page and takes users there instead

Akomix

New member
Hi all,

I'm facing an issue that may just be by design.

Whenever I click on the latest post it does initially take me to the last post in the thread, however images load in up the page and immediately take me to the loaded in images.

Is there a way I can combat this? I'm thinking lazy load, but haven't found a good and easy way to incorporate that site wide.
 
proxy/inline images do not have a height attribute on them.
attachments will, which leaves a placeholder the size of the image even if it's lazyloaded.

Try to use more attachments?
 
proxy/inline images do not have a height attribute on them.
attachments will, which leaves a placeholder the size of the image even if it's lazyloaded.

Try to use more attachments?

I left that part out. All images used are attachments.

After some additional testing I've discovered this doesn't occur on the mobile version for me, just the desktop.

A
 
Last edited:
Back
Top Bottom