Open
Description
-
Description: The images uploaded with large resolutions are good when being observed in large devices. But it is immensely breaking when it is read via RSS feeds. The tool Jekyll does have a CSS for fitting the image according to the size of the screen the reader is reading from. When it comes to RSS feeds, there isn't any support of CSS. As a result, images are displayed at its normal size on a user screen. This is creating a very poor display. It becomes difficult to observe the image.
-
Possible solutions:
- Add a deployment step for converting all the images to two versions. One is large and it is used for a web interface. A second small version of images is linked with RSS feeds.