Thumbnail image degradation
-
Thank your for your well thought out video plugin. As you promised, it plays nice with the form and function of our website. However, along with product page thumbnails of the videos, the image thumbnails’ resolution are seriously degraded.
For instance, with your plugin we’re getting this:
img onload=”this.width = this.naturalWidth; this.height = this.naturalHeight” src=”https://foo.com/wp-content/uploads/1923/00/IMG_FOO-scaled-100×100.jpg” draggable=”false” width=”100″ height=”100″instead of this:
img onload=”this.width = this.naturalWidth; this.height = this.naturalHeight” src=”https://foo.com/wp-content/uploads/1923/00/IMG_FOO-scaled-100×100.jpg” srcset=”https://foo.com/wp-content/uploads/1923/00/IMG_FOO-scaled-100×100.jpg 100w, https://foo.com/wp-content/uploads/1923/00/IMG_FOO-scaled-300×300.jpg 300w, https://foo.com/wp-content/uploads/1923/00/IMG_FOO-150×150.jpg 150w” draggable=”false” width=”1501″ height=”1501″We’re using GeneratePress and YITH Auctions for WooCommerce.
Is this thumbnail image degradation something that can be or will be addressed?
- You must be logged in to reply to this topic.