kevinjqliu commented on issue #157: URL: https://github.com/apache/datafusion-site/issues/157#issuecomment-4070134505
I think part of the problem is that we're using the deprecated `img-responsive` from bootstrap 3, see https://stackoverflow.com/questions/35622027/img-responsive-in-bootstrap-does-not-work we using bootstrap 5, the new class is [`img-fluid`](https://getbootstrap.com/docs/4.0/content/images/) We should do a find/replace in the repo. Setting addition css here probably doesnt help either; I have a feeling the additional css is to compensate for `img-responsive` not working properly https://github.com/apache/datafusion-site/blob/8c89c73e93ee86314146402f102f25124fb65b20/content/blog/2025-12-15-avoid-consecutive-repartitions.md?plain=1#L28-L44 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
