feat: Resize JFM cover images to 256px max width#18
Merged
Conversation
The changes in this commit resize the JFM cover images on the research page to a maximum width of 256px. This ensures a consistent and visually appealing layout for the cover images, while maintaining their quality and readability. The specific changes are: 1. In `_research/index.md`, the `max-width` of the cover image links is changed from `80%` to `256px`. 2. In `News.md`, the `max-width` of the cover image link is also changed from `80%` to `256px`. These changes improve the overall visual presentation of the research page and news updates, making the cover images more prominent and easier to view.
VatsalSy
added a commit
that referenced
this pull request
Nov 9, 2025
- Add paper #18 (Saini et al., J. Comput. Phys., 2025) to published research - Add paper #19 (Mclauchlan et al., PNAS, 2025) to published research - Update News.md with September and August announcements for papers #18 and #19 - Update history.md with complete news archive including new publications - Move papers from preprint to published status in research index - Add new research tags: Elastic beads, Bouncing, Rupture, Marangoni flows, Numerical methods - Include work-in-progress papers with featured tags - Remove oldest news items from main page while preserving in history
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The changes in this commit resize the JFM cover images on the research page to a maximum width of 256px. This ensures a consistent and visually appealing layout for the cover images, while maintaining their quality and readability.
The specific changes are:
_research/index.md, themax-widthof the cover image links is changed from80%to256px.News.md, themax-widthof the cover image link is also changed from80%to256px.These changes improve the overall visual presentation of the research page and news updates, making the cover images more prominent and easier to view.