Hello,
- It is definitely possible to Trigger the Lightbox using a Button, simply use the data-lightbox="inline" function. An example is already provided in the lightbox.html Template. Code:
[Trigger Modal](#myModal1)
Simply change the href="#myModal1" Value according to your Modal's ID.
- If you use the following code as an example for the Modal:
	
		
			
				[](#)
			
			Responsive LayoutAdapts well on Devices
		
		
			[Don't Show me Again](#)
		
	
Simply change the max-width: 500px; Value and this will make your Modal Wider.
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.