Can RSS readerbe responsive?
Posted: Tue Nov 05, 2019 1:55 pm
I have a site I have designed and maintained since 2004. Converting over to WWB so that I can make it more "google friendly".
The site requires several rss feeds on the sports page, but I'm having trouble making the rss_parser make the feed resize for different viewports.
Is it possible, or do I just need to create a very long work around (dozens of pages with dozens of rss parsers)?
You can see what I'm talking about on this feed: https://www.ahgweb.com/qlite/razorbacks.php
The PHP page has breakpoints set at 768/480/320. The parser on each page is always smaller than the viewport it should load to as I wish to avoid scrollbars in the inline frame it loads to, having only the vertical scrollbar of the rss_parser be visible.
Have several feeds on this page: https://www.ahgweb.com/qlite/sports1.html ... and there will be others on the site for news feeds from various sources as the site owner wishes.
Thanks in advance for any assistance.
The site requires several rss feeds on the sports page, but I'm having trouble making the rss_parser make the feed resize for different viewports.
Is it possible, or do I just need to create a very long work around (dozens of pages with dozens of rss parsers)?
You can see what I'm talking about on this feed: https://www.ahgweb.com/qlite/razorbacks.php
The PHP page has breakpoints set at 768/480/320. The parser on each page is always smaller than the viewport it should load to as I wish to avoid scrollbars in the inline frame it loads to, having only the vertical scrollbar of the rss_parser be visible.
Have several feeds on this page: https://www.ahgweb.com/qlite/sports1.html ... and there will be others on the site for news feeds from various sources as the site owner wishes.
Thanks in advance for any assistance.