Zend certified PHP/Magento developer

Editing the number of slides in the media slider on page builder

I am using Magento 2 page builder with the luma theme. I am trying to find in the files where I can edit the number of slides that the media slider displays, currently it only displays 1 image at a time and I would like to display somewhere between 3 and 5. I have seen this post (Magento 2: Page Builder Product Carousel slick slide custom options) on how to edit the product slider but this did not work for the media slider. (/app/design/frontend/<my_theme>/etc/view.xml – we were able to modify the product slider in here.)

Can anyone point me to the files I need to edit/overwrite in order to change the number of slides?

Thank you in advance!