New
Hosting information
Built with showed a lot of information about page except where it was hosted. Now it does that too!
Image/Video size
When you hover over <IMG>
or <VIDEO>
, the inspect window tells you the size of the media.
IFrame support for inspector
Now you can use inspector in IFrames with same origin on the page. There is no duplication of toolbar as previous implementation had.
Tools supported
- HTML/CSS Inspect
- Grids
- Guidelines
- Edit
- Search
Bug fixes
Some critical bugs in inspector where fixed in this update. Here are some of them-
- Keyframe animation properly update when changed.
- Media queries and animations are now editable.
- Styles can be reset even when inspect window is closed.
- Selectors are now properly created when extra spaces are found in class attribute.
- Hovered element is now properly detected on heavy sites.
- In computed view var() are converted to there proper value.