Admin iframes width are overridden
-
Hi @d4mation,
I’m the developer of Smart Slider 3. One of our user reported us that there is a compatibility issue with your plugin. We use Iframe in our application and your plugin overrides its width on every resize with this code:var t = e("iframe:not(.ignore-responsive)"); e(window).resize(function () { t.each(function () { s(this) }) }).resize()
I’m not sure why is it there, but your should be more specific with your selectors. Target only the elements what you really need!
If you want to target only the the dashboard use:var t = e("body.index-php iframe:not(.ignore-responsive)"); e(window).resize(function () { t.each(function () { s(this) }) }).resize()
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Admin iframes width are overridden’ is closed to new replies.