How to specify a conversion that only applies to specific MIME types? #2221
-
I'm using my own However, I can't figure out how to make it display this same generated image in other places. If I say Aside from thumbnails, how should I generate different HTML tags for different media types (e.g. as the docs have an example of for video, though it only shows what it might look like, not how to get ML to generate it)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
When rendering media via Blade tags, You can customise the output by publishing the view of this package to your project and modifying them there.
|
Beta Was this translation helpful? Give feedback.
When rendering media via Blade tags,
toHtml
on the Media model will be executed, and one of these views will be rendered.You can customise the output by publishing the view of this package to your project and modifying them there.