NeoZoom.lua
NeoZoom.lua copied to clipboard
Feature request: Can we specify the percentage of the width of the popup
Absolutely. I will add this option after work :)
If you have any more advice feel free to let me know. Don't need to be kind~
@abdallahz3 Now everyone can change the width like this:
-- require('neo-zoom').setup {} -- this will use default values.
require('neo-zoom').setup { -- this can change the width / height / top / left in float.
width_ratio = 0.68,
left_ratio = 0.25,
}