Forum breadcrumbs – You are here:Asgaros Support ForumSupportUploaded images
Please or Register to create posts and topics.

Uploaded images

PreviousPage 3 of 3

Already do not check. I deleted the virtual machine where it worked … 🙁

I got it working using a custom plugin + PrettyPhoto lightbox. All I had to add to forum code was a “rel=upload[<post id>]”.

https://www.mgbjubilee.com/forum/topic/rlw-7w/

However I now have a nasty issue that I have to solve where Jetpack Photon is stepping in after PrettyPhoto and causing each image to be fetched twice. Luckily, browser caching limits the scope of the problem.

 

JohniGo has reacted to this post.
JohniGo

I’ve now changed it to use “Swipebox” instead of “PrettyPhoto” because the mobile user experience is much better. However, I still have that pesky double loading issue with Jetpack

I add to custom.css:

/* Thumbnails in line */
#af-wrapper div.post-message li {
  display: inline-block;
}
/* Thumbnails Size */
#af-wrapper .uploaded-file img {
width: auto !important;
height: 200px !important;
}

I like… 🙂

Where add “Post ID” I did not understand.
Therefore, I wait for a respected author to add to the new release. 🙂

PreviousPage 3 of 3