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
I'm building a site with BootStrap where the desktop viewport serves ~200px wide thumbnails because it's divided into three columns. Tablet and mobile serve full width images. So I need it to restrict by column size rather than screen resolution.
I noticed that @kollinger created this pull which uses BootStrap 2 but I'm not really sure about its implementation. It looks like it relies on the span element being used in the filename? And that's not an option.
Anyway, this is a great tool but is it just not the right one for this task?
The text was updated successfully, but these errors were encountered:
This isn't the right project for that task, unless you want to try the modified version. Likely you should be trying out the new srcset and sizes properties on a regular img tag for that use case.
I'm building a site with BootStrap where the desktop viewport serves ~200px wide thumbnails because it's divided into three columns. Tablet and mobile serve full width images. So I need it to restrict by column size rather than screen resolution.
I noticed that @kollinger created this pull which uses BootStrap 2 but I'm not really sure about its implementation. It looks like it relies on the span element being used in the filename? And that's not an option.
Anyway, this is a great tool but is it just not the right one for this task?
The text was updated successfully, but these errors were encountered: