- Provides high-concentration of the omega 3 alpha linolenic acid.
- Supports cardiovascular health.
- Promotes healthy skin.
An beneficial source of alpha linolenic acid (omega-3) and linoleic acid (omega-6), Swanson OmegaTru high lignan flaxseed oil supplement also features concentrated lignans, unique flax nutrients with particular benefits for cardiovascular health and hormonal support.
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}