TwicPics / wordpress-plugin

TwicPics Wordpress Plugin
GNU General Public License v2.0
16 stars 0 forks source link

The data-src-transform attribute isn’t handled on “full” size image (image block - no %) #9

Closed eloisemartin closed 4 years ago

eloisemartin commented 4 years ago

The param "max=580" is passed in instead (it works, though).

pb_with_full_size_img

eloisemartin commented 4 years ago

Width and height not defined in this context:

if ( $width && $height ) {
    $img->setAttribute( 'data-src-transform', "cover={$width}x{$height}/auto" );
}