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
Deprecated: Implicit conversion from float 426.6666666666667 to int loses precision in [.../mysite.local/site/modules/MarkupSrcSet/MarkupSrcSet.module:203]
The following error:
Deprecated: Implicit conversion from float 426.6666666666667 to int loses precision in [.../mysite.local/site/modules/MarkupSrcSet/MarkupSrcSet.module:203]
This can be fixed on line 203 with
$srcSets[round($currentImage->width)] = $currentImage->url;
The text was updated successfully, but these errors were encountered: