Width of resource to full screen
how to custom width of resource to by full screen
3 Replies
Please read the documenation, it is in there
I searched but didn't find anything
I found this method but it did not work with resources It only works with pages.
public function getMaxContentWidth(): ?string
{
return 'full';
}
@Evanid Try
->maxContentWidth('full')
on your panel