MCPcopy Create free account
hub / github.com/Stranger6667/css-inline / apply_height_attributes

Method apply_height_attributes

css-inline/src/lib.rs:454–457  ·  view source on GitHub ↗
(mut self, apply: bool)

Source from the content-addressed store, hash-verified

452 /// Supported elements: `table`, `td`, `th`, `img`.
453 #[must_use]
454 pub fn apply_height_attributes(mut self, apply: bool) -> Self {
455 self.apply_height_attributes = apply;
456 self
457 }
458
459 /// Create a new `CSSInliner` instance from this options.
460 #[must_use]

Calls

no outgoing calls