Our-Umbraco-TagHelpers icon indicating copy to clipboard operation
Our-Umbraco-TagHelpers copied to clipboard

A community project of C# ASP.NET TagHelpers for the Open Source CMS Umbraco

Results 16 Our-Umbraco-TagHelpers issues
Sort by recently updated
recently updated
newest added

This PR picks up from where @kahlan88 had got to with regards to respecting height attributes when using a `media-item`. The original pull request and discussion for reference is here:...

## `our-tag` This tag helper attribute can be seamlessly integrated with any DOM element within the Razor file. It allows content editors to oversee SEO by designating the appropriate HTML...

- with media-item + ignore-crops flag - respect any height values passed in, including responsive heights This PR should help control rendered crops from `our-img` directly, instead of taking the...

There is an issue where caching an SVG with a class name (or Viewbox setting) causes the class name to be contained in the cache. If outputting the same SVG...

We're using `` with `media-item` and responsive `width`s and `height`s. According to [example 4 in the readme](https://github.com/umbraco-community/Our-Umbraco-TagHelpers#example-4) - the helper should output height attribute and in the `srcset` on ``...

```csharp if (!string.IsNullOrEmpty(ImgCropAlias)) { // The element contains a crop alias property, so pull through a cropped version of the original image // Also, calculate the height based on the...

For the same SVG I have both ``` ``` With the cache turned on the class attribute is cached and 'foo' is rendered in both locations. I suggest adding the...

If you set the SVG cache to be on in appsettings.config, and then wish to disable it on a specific tag instance then it is not possible. Ideally `InlineSvgTagHelper.Cache` (https://github.com/umbraco-community/Our-Umbraco-TagHelpers/blob/main/Our.Umbraco.TagHelpers/InlineSvgTagHelper.cs#L72)...

A couple of minor bits to try and include/fix. Firstly is the ability to supply more than one src or media-item so that responsive images can alternate between different images...

Rather than have: ``` @Model.Heading ``` you can just have ``` ```