Thank you for your patience.
I just updated the plugin to include under the advanced settings the ability to include breakpoints.
This update shouldn’t break anything, but after updating check your other posts using the Responsive Iframe plugin to make sure they appear fine.
The breakpoints will trigger at and below the specified Breakpoint Width.
So an example would be
- BreakPoint 1 for labtops BreakPoint Width 1280px, Site Width the width you want displayed.
- BreakPoint 2 for tablets BreakPoint Width 1024px, Site Width the width you want displayed.
- BreakPoint 3 for smartphones BreakPoint Width 600px, Site Width the width you want displayed.
Breakpoint 1 will trigger between 1025px-1280px.
Breakpoint 2 will trigger between 601px-1024px.
Breakpoint 3 will trigger 600px and below.
I recommend using the developer tools in your browser to view the appearance of the content at different screen widths to make sure things look the way you want.