@Nava_Schneider - Can you please provide more information?
Lithium does convert every image we upload on blogs, messages, articles etc into below dimensions
"tiny_href" : "px=100", "thumb_href" : "px=150", "small_href" : "px=200", "medium_href" : "px=400", "large_href" : "px=999", "original_href" : "original size",
Which you can get using below query.
SELECT * FROM images WHERE messages.id = '<id>'
For author image below are the variations
"profile" : "", "message" : "", "inline" : "", "favicon" : "", "print" : ""
You can get it using below query.
SELECT avatar from users
Thank you @TariqGrazitti!
Your response is a bit too technical for me to understand comprehensively, but I really appreciate your help. I was more hoping there was a guide somewhere which states the optimal image size for a blog background image.
Stephen
Checkout some of the stuff i've built using the platform:
Community l Ideation l Blog l Product Hubs l Check & Report l Service Status
My latest Ideas: Vanity URL Manager l @mention Roles l LSW Password Policy
Would it be safe to say some default like 1200X800 is a pretty good starting point because it will be saved in many different sizes for each responsive environment?
That's what I would have thought too @dfisher1342
Nice link!
Like it.
Seems like a safe bet.