You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thanks for building and sharing this for astro - It looks and functions beautifully. I really appreciate how cleanly the images load. Small details like that make a big difference, imho.
There is one thing I am trying to figure out, i'll try to it describe the best I can.
When viewing on a small screen / the max-width breakpoint of 480px is hit, it triggers the view to switch to a single column of images. That is great and makes perfect sense, but imo it would be really nice if the images were no longer "cropped" when only a single column of images is displayed. I feel like people would not be as inclined to click to view the full image when just scrolling through a single column, or worse may not even notice the images are cropped.
I'm not a programmer, but have been reading and trying to figure out if it's possible with css to have the images full width x full height be respected when in "single column mode"....not much luck, yet.
Do you have any thoughts on this or tips on implementing it?
Thanks for your time.
The text was updated successfully, but these errors were encountered:
Hi,
First, thanks for building and sharing this for astro - It looks and functions beautifully. I really appreciate how cleanly the images load. Small details like that make a big difference, imho.
There is one thing I am trying to figure out, i'll try to it describe the best I can.
When viewing on a small screen / the max-width breakpoint of 480px is hit, it triggers the view to switch to a single column of images. That is great and makes perfect sense, but imo it would be really nice if the images were no longer "cropped" when only a single column of images is displayed. I feel like people would not be as inclined to click to view the full image when just scrolling through a single column, or worse may not even notice the images are cropped.
I'm not a programmer, but have been reading and trying to figure out if it's possible with css to have the images
full width x full height
be respected when in "single column mode"....not much luck, yet.Do you have any thoughts on this or tips on implementing it?
Thanks for your time.
The text was updated successfully, but these errors were encountered: