DU Community Help
Related: About this forumhave 'number of posts' (for various posters) gone away? (in regular thread postings)
Last edited Sun Oct 13, 2024, 12:40 PM - Edit history (2)
or have I done something to my settings recently?
I use to prominently see how many posts a fellow member had within a thread/posting.
edit: Thanks! Resolved. Several posters were right - this has something to do with resolution and screen size. No idea why it is rendering differently the past couple days. Nonetheless - that was what was a the root of it.
highplainsdem
(52,322 posts)stopdiggin
(12,817 posts)stopdiggin
(12,817 posts)edit: Thanks! Resolved. Several posters were right - this has something to do with resolution and screen size. No idea why it is rendering differently the past couple days.
AZSkiffyGeek
(12,598 posts)I figured it was a Mobile-view thing.
highplainsdem
(52,322 posts)is vertical, but does appear when it's horizontal.
usonian
(13,772 posts)There's just so much DU can stuff into a small screen, so it adjusts.
Sometimes, putting a phone into landscape mode changes things (IIRC)
stopdiggin
(12,817 posts)plenty of size available on screen. But appreciate help and suggestions.
Remote debugging is the bane of my existence.
Good luck.
stopdiggin
(12,817 posts)usonian
(13,772 posts)That could be getting confused, or sometimes you'll see a URL with a m.site.com, where the m means "The user has a mobile device"
I did a search on "html response" regarding window size, and it's so embedded that a website merely writes javascript code:
var w = window.innerWidth;
var h = window.innerHeight;
Gone are the good old days when the browser response string was a big deal.
As usual, resetting the browser, however that's done often helps. (all I see here is "clear history and data" )
It also erases your history of browsing naughty sites (unless Google is tracking you somehow) I use browser extensions and built-ins to limit or stop tracking cookies. Too complex to discuss here.
HTH!