Closed tbouron closed 6 years ago
Brilliant! Do you have an ETA on the next release that will include this @tumanob ?
I am working over some more changes for the plugin but I plan to release it with in two weeks.
Ok cool. I was just wondering as you didn't merge my PR yet
Thanks @tumanob
@tumanob Any news of a new version including this?
Hi there.
As per as the title, this wraps the image and video
<iframe>
into a<div>
with the classwp-vr-view
. It does not affect the css shipped with the plugin, however a user can now customise the display of the iframe (it was not particularly easy to target the<iframe>
in CSS only)I didn't put the class on the
<iframe>
directly because this HTML tag is a bit special: for instance, you cannot use pseudo CSS selectors:before
or:after
, hence the wrapping<div>