Frame width is not responsive interactively
-
If within a frame (su-frame) you use an image, the frame will get its width depending on the width of the image. This is programmed so on purpose.
The problem is that if the image is loaded to a smaller size and then resized to its final size, the frame will get a size too small and even if you resize the browser window, the frame will still be very small.
The code that dictates the width of the frame is in the file:
... / assets / js / other-shortcodes.js (line 88)
This is in case the developer decides to change the way to get the width of the frame in future updates.
If you want to fix it provisionally, a possible way is, in the plugin settings, add the following custom CSS:
.su-frame-align-center, .su-frame-align-none { width: 100%! Important; }
- The topic ‘Frame width is not responsive interactively’ is closed to new replies.