(mut self, apply: bool)
| 442 | /// Supported elements: `table`, `td`, `th`, `img`. |
| 443 | #[must_use] |
| 444 | pub fn apply_width_attributes(mut self, apply: bool) -> Self { |
| 445 | self.apply_width_attributes = apply; |
| 446 | self |
| 447 | } |
| 448 | |
| 449 | /// Apply `height` HTML attributes from CSS `height` properties on supported elements. |
| 450 | /// |
no outgoing calls