a user should be able to open images in larger view, and by doing this we'd want to indicate that an image can be expanded with an interaction icon on the image.
A user should be able to open just the raw image file in full resolution (same tab or new tab) would satisfy this instead of a lightbox on the same page.
Enable the linkImagesToOriginal for the gatsby-remark-images plugin. Validate build works and there's no weird behavior for images
This one will be so useful! Esp when an image is complex and has teeny tiny text. Also, for me, the caption text is harder to read in Preview site, seems to be a lighter gray or smaller or something, not sure. For example:
Click the image in https://docs.newrelic.com/docs/logs/enable-log-management-new-relic/configure-logs-context/configure-logs-context-apm-agents#why-it-matters
Then check it out in https://docs-preview.newrelic.com/docs/logs/enable-log-management-new-relic/configure-logs-context/configure-logs-context-apm-agents#why-it-matters
We got an issue about how hard it is to read our screenshots: #1259
It's a real readability issue.
@jpvajda - you have this labeled as "gatsby conf" - not sure why, but now that that is behind us, just want to make sure this issue doesn't go by the wayside.
i'm curious if clicking on an image to open just the raw image file in full resolution (same tab or new tab) would satisfy this instead of a lightbox on the same page.
@roadlittledawn if we go that route, that should be super easy to do. In fact, its already built into the gatsby-remark-images plugin. We just disabled it for the site: https://github.com/newrelic/docs-website/blob/develop/gatsby-config.js#L230
If we want that quick solution for now, we can flip that flag which will wrap the images in an anchor tag.
@jerelmiller yeah exactly! was thinking that could be fairly easy to implement and solve the immediate issue at hand. looks like it's super easy to do. haha. awesome. thanks for pointing that out
@roadlittledawn @jerelmiller I've seen some other sites do that. I still think a full lightbox is a better user experience鈥攊t doesn't change the user's context, risk issues with popup blockers, etc.
AND i love the iterative thinking! If there's something quick we can do and then do something fancier later, I dig it.
@mmfred the #gatsbyconf contest runs until mar 16th.
@roadlittledawn if you can estimate the effort, and recap proposed solution in the issue, then we can consider this as hero work in a future sprint. cc @zstix
@roadlittledawn if you can estimate the effort, and recap proposed solution in the issue, then we can consider this as hero work in a future sprint. cc @zstix
Just added some info re: that in this issue's description
This issue has been automatically marked as stale because it has not had recent activity. It will be automatically closed if no further activity occurs. Thank you for your contributions.
@roadlittledawn saw an opportunity to put this feature in place, so it should be deployed soon. 馃殌
Most helpful comment
Just added some info re: that in this issue's description