Thumbnail required setting
PermalinkIn the guidehttps://www.concrete5.org/documentation/using-concrete5-7/dashboard/... we see a required column but I am not sure how we set the No to Yes , I presume that this means once Yes the images will be used for responsive purposes
Thanks
Ok thanks , the reason I asked was also a problem I see with these thumbnails. If we look at Elemental theme there is a list view half way down on home that uses this facility ( see code below ) . When looking at src="http://*****************/application/files/thumbnails/small/1314/3679/0175/bridge.jpg I can see its using the /small/ folder which is great . However using inspect element on this src image I see its using the original large image both in Chrome and safari. This I also see in the google speed test, so Im not sure if this is wrong or not.
<picture><source srcset="http******************/application/files/thumbnails/large/1314/3679/0175/bridge.jpg" media="(min-width: 900px)" class="img-responsive"><source srcset="http:**************/application/files/thumbnails/medium/1314/3679/0175/bridge.jpg" media="(min-width: 768px)" class="img-responsive"><source srcset="http://**************/application/files/thumbnails/small/1314/3679/0175/bridge.jpg" class="img-responsive"><img src="http://*****************/application/files/thumbnails/small/1314/3679/0175/bridge.jpg" alt="#" class="img-responsive"></picture>
Picturefill is updated in the 5.7.5 release of concrete5.
http://demosthenes.info/blog/936/Responsive-Images-For-Designers-Th...
I believe the "Required" column displays "Yes" for thumbnails that are required by concrete5 for use in areas like the file manager.
The screenshot in the link you posted is of the Elemental theme default thumbnail settings (which uses responsive images).