-
We could add responsive images using the `srcset` HTML attribute in order to serve different images on different viewports. We could save a lot of loading time!
https://developer.mozilla.org/en-US/…
-
Best way to do this in Wordpress?
Found this plugin: http://wordpress.org/plugins/hammy/
Thoughts?
-
Would it be helpful to have a small function that displays an image if the screen is large and another one if it is small? It's just putting divs with the right CSS (sm-only or lg-only) and the right …
-
Cloudinary?
Or perhaps https://dev.to/ryanccn/responsive-images-with-11ty-sharp-4o5h
https://css-tricks.com/cloudinary-fetch-with-eleventy-respecting-local-development/
JanDW updated
3 years ago
-
In gitlab by david on Nov 12, 2015, 08:34
As discussed on [Yammer](https://www.yammer.com/driebit.nl/#/Threads/show?threadId=612732252): we need [responsive images](https://responsiveimages.org).
Pr…
-
Width usually 100%
But max-width 100%
-
relates to #261
- https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images
- https://ultimatecourses.com/blog/cache-busting-jekyll-github-pages
- https://gi…
-
When attaching an image using Evernote iOS App the image doesn't resize when viewed on a mobile screen
-
****Describe the bug**
The carousel on the category page appears misaligned when viewed in responsive mode. The content either overflows, shifts, or does not center correctly, making it visually inco…
-
Not entirely sure this is how it should work but using markdown to include images doesn't add the bootstrap `img-responsive` class.
Not responsive:
`![my_image](images/myimage.png)`
Responsive:…