I have a question, I hope someone can give me some feedback.
I'm currently writing my new routines for image embedding. It's the options I'm unsure about.
Just like it is now a max number of images to embed per post/page is one option.
Also just like now, a thumbnail duplicate images option will be there.
But I'm not sure how to handle the following scenario for the following settings...
- Max images per page is set to 5.
- Thumbnail duplicates is set to on.
- A forum page contains 5 posts with same image. Followed by 3 unique images.
#1. Should the first image followed by 4 thumbnails be shown, meaning the last 3 images will not be embedded?
or
#2. Should the thumbnails (and duplicates) not count toward the image tally and be shown regardless, thus allowing the last 3 images to embed?
I'm thinking #2. Don't count duplicates of any kind toward the max image limit. Once an image is shown, it's cached and wont use any bandwidth for subsequent repeats. So it's not like it adds additional resources.
To reflect this in the options I can change the wording to
'Max number of unique images'
, instead of
'max numbe of images'
.
I guess what I'm asking is can anyone see any issues if I were to go with this, is there something fundamental I have missed?
I appreciate any feedback, I hope my explanation isn't too confusing