i have the goal to add classes to the the img tag. The purpose is to use Lazy Load and i don't want that all picture a managed by lazy load. To achieve this i need to set the class "lazy" to the img tag. If i set a class in the Mark-Up, it will be added just to the div. I using the standard templates of seblod. I know i can write the markup by my own, but is there a way to save the work?
which lazy-load product do you use? A specific Joomla plugin? I assume it is based on the well-known jQuery LazyLoad by Mika Tuupola. Most plugins make use of it.
AFAIK, you can target any specific class with it. You don't have to stick with the direct IMG class. You should be able to target the IMG with the default MarkUp setting + your custom class. I think you can simply alter the selector in your script (or respective plugin parameter, if it has one)
LLFJ... I see. Just had a quick look into the description. Seems to be limited in that particular product.
I remember, JoomlaBamboo's free JB Library also includes the LazyLoad script. I think it has a parameter that allows the input of any custom class/containers, even multiple selectors separated by comma.