cncf / cncf.io

☁️♮🏛🚧 The CNCF.io WordPress website
https://cncf.io
MIT License
84 stars 38 forks source link

Fix display_responsive_images function to only return width and height dimensions as integers #666

Closed thetwopct closed 1 year ago

thetwopct commented 1 year ago

When getting dimensions of images, the display_responsive_images function does not return an integer for the width and height. A floating point is not WC3 compatible.

Screenshot-2023-02-26 --21 18 01@2x

thetwopct commented 1 year ago

Fixed